Index: src/compiler/operator-properties.cc |
diff --git a/src/compiler/operator-properties.cc b/src/compiler/operator-properties.cc |
index 776f7d307fe5207631e597adcdab99aaf49d0671..1ca120450f7e8aae6f95ec71a3d13b8eb63a610a 100644 |
--- a/src/compiler/operator-properties.cc |
+++ b/src/compiler/operator-properties.cc |
@@ -100,6 +100,7 @@ bool OperatorProperties::HasFrameStateInput(const Operator* op) { |
// Call operations |
case IrOpcode::kJSConstructForwardVarargs: |
case IrOpcode::kJSConstruct: |
+ case IrOpcode::kJSConstructWithArrayLike: |
case IrOpcode::kJSConstructWithSpread: |
case IrOpcode::kJSCallForwardVarargs: |
case IrOpcode::kJSCall: |