Index: src/compiler/js-builtin-reducer.h |
diff --git a/src/compiler/js-builtin-reducer.h b/src/compiler/js-builtin-reducer.h |
index dab0648dbf42b9fa48b0a41355082e505a8f5d0a..c91579236f7c038699fb4031b6fa0400860c6864 100644 |
--- a/src/compiler/js-builtin-reducer.h |
+++ b/src/compiler/js-builtin-reducer.h |
@@ -29,6 +29,7 @@ class JSBuiltinReducer final : public AdvancedReducer { |
Reduction Reduce(Node* node) final; |
private: |
+ Reduction ReduceMathAbs(Node* node); |
Reduction ReduceMathAtan(Node* node); |
Reduction ReduceMathAtan2(Node* node); |
Reduction ReduceMathAtanh(Node* node); |