| Index: src/compiler/operator-properties.cc
|
| diff --git a/src/compiler/operator-properties.cc b/src/compiler/operator-properties.cc
|
| index 7c778cbf33be835bca1ff835c64aae9d0465e858..35b24d8531daa3933415fc10ebbfc335f10460d9 100644
|
| --- a/src/compiler/operator-properties.cc
|
| +++ b/src/compiler/operator-properties.cc
|
| @@ -96,6 +96,7 @@ bool OperatorProperties::HasFrameStateInput(const Operator* op) {
|
| case IrOpcode::kJSToString:
|
|
|
| // Call operations
|
| + case IrOpcode::kJSConstructForwardVarargs:
|
| case IrOpcode::kJSConstruct:
|
| case IrOpcode::kJSConstructWithSpread:
|
| case IrOpcode::kJSCallForwardVarargs:
|
|
|