Index: src/compiler/js-typed-lowering.h |
diff --git a/src/compiler/js-typed-lowering.h b/src/compiler/js-typed-lowering.h |
index 028ae0b3ded58ea7ba8a19b9c914445c8e4e7fd1..5f1000b5f8216eb92d4f203dc5567cc517b02705 100644 |
--- a/src/compiler/js-typed-lowering.h |
+++ b/src/compiler/js-typed-lowering.h |
@@ -85,6 +85,7 @@ class JSTypedLowering final : public AdvancedReducer { |
Reduction ReduceJSSubtract(Node* node); |
Reduction ReduceJSDivide(Node* node); |
Reduction ReduceInt32Binop(Node* node, const Operator* intOp); |
+ Reduction ReduceShiftLeft(Node* node); |
Reduction ReduceUI32Shift(Node* node, Signedness left_signedness, |
const Operator* shift_op); |