Index: src/compiler/js-typed-lowering.h |
diff --git a/src/compiler/js-typed-lowering.h b/src/compiler/js-typed-lowering.h |
index 260c900860cad606726bc33ab5b730d413300957..63c1da9c983305d366e9a8cdf9a84031412a171e 100644 |
--- a/src/compiler/js-typed-lowering.h |
+++ b/src/compiler/js-typed-lowering.h |
@@ -61,6 +61,7 @@ class JSTypedLowering final : public AdvancedReducer { |
Reduction ReduceJSCreateLiteralObject(Node* node); |
Reduction ReduceJSCreateWithContext(Node* node); |
Reduction ReduceJSCreateBlockContext(Node* node); |
+ Reduction ReduceJSCallFunction(Node* node); |
Reduction ReduceJSForInDone(Node* node); |
Reduction ReduceJSForInNext(Node* node); |
Reduction ReduceJSForInPrepare(Node* node); |