Index: src/compiler/js-typed-lowering.h |
diff --git a/src/compiler/js-typed-lowering.h b/src/compiler/js-typed-lowering.h |
index 920f644f28664829ab14682bfff206772dd4e3e2..c11f068e5b24265c2a31e9b7cccdf67d768a4706 100644 |
--- a/src/compiler/js-typed-lowering.h |
+++ b/src/compiler/js-typed-lowering.h |
@@ -57,6 +57,7 @@ class JSTypedLowering final : public AdvancedReducer { |
Reduction ReduceJSToNumber(Node* node); |
Reduction ReduceJSToStringInput(Node* input); |
Reduction ReduceJSToString(Node* node); |
+ Reduction ReduceJSCreateArguments(Node* node); |
Reduction ReduceJSCreateClosure(Node* node); |
Reduction ReduceJSCreateLiteralArray(Node* node); |
Reduction ReduceJSCreateLiteralObject(Node* node); |