Index: src/compiler/operator-properties.cc |
diff --git a/src/compiler/operator-properties.cc b/src/compiler/operator-properties.cc |
index 4a91d7764549661193865896de5b124af7b7976e..4233842ba719595f146663cec38883e31c583dba 100644 |
--- a/src/compiler/operator-properties.cc |
+++ b/src/compiler/operator-properties.cc |
@@ -94,6 +94,7 @@ bool OperatorProperties::HasFrameStateInput(const Operator* op) { |
// Call operations |
case IrOpcode::kJSCallConstruct: |
+ case IrOpcode::kJSCallConstructWithSpread: |
case IrOpcode::kJSCallFunction: |
// Misc operations |