Index: src/compiler/js-operator.cc |
diff --git a/src/compiler/js-operator.cc b/src/compiler/js-operator.cc |
index d39efce87e11eea63d5bd6405f7088866666e1e7..c486e02855d6f733e3012c7923c450116eff8268 100644 |
--- a/src/compiler/js-operator.cc |
+++ b/src/compiler/js-operator.cc |
@@ -711,7 +711,7 @@ const Operator* JSOperatorBuilder::CreateClosure( |
return new (zone()) Operator1<CreateClosureParameters>( // -- |
IrOpcode::kJSCreateClosure, Operator::kNoThrow, // opcode |
"JSCreateClosure", // name |
- 1, 1, 1, 1, 1, 0, // counts |
+ 0, 1, 1, 1, 1, 0, // counts |
parameters); // parameter |
} |