Index: src/compiler/js-typed-lowering.h |
diff --git a/src/compiler/js-typed-lowering.h b/src/compiler/js-typed-lowering.h |
index fbd5c214223f86fcf3e5cded82ca3e822796909e..ae9cbdd7ea0140e19b14d89a3c4125ddbfc0fcba 100644 |
--- a/src/compiler/js-typed-lowering.h |
+++ b/src/compiler/js-typed-lowering.h |
@@ -37,6 +37,7 @@ class JSTypedLowering final : public AdvancedReducer { |
friend class JSBinopReduction; |
Reduction ReduceJSAdd(Node* node); |
+ Reduction ReduceJSModulus(Node* node); |
Reduction ReduceJSBitwiseOr(Node* node); |
Reduction ReduceJSMultiply(Node* node); |
Reduction ReduceJSComparison(Node* node); |