| Index: src/compiler/operator-properties.cc
|
| diff --git a/src/compiler/operator-properties.cc b/src/compiler/operator-properties.cc
|
| index 6de6d2487cf860630e8ad8ca3ea02e0c9224942f..60e6ad76368e1a797ca441a8553af1d4e945a26b 100644
|
| --- a/src/compiler/operator-properties.cc
|
| +++ b/src/compiler/operator-properties.cc
|
| @@ -45,6 +45,7 @@ int OperatorProperties::GetFrameStateInputCount(const Operator* op) {
|
| case IrOpcode::kJSInstanceOf:
|
|
|
| // Object operations
|
| + case IrOpcode::kJSCreateArguments:
|
| case IrOpcode::kJSCreateLiteralArray:
|
| case IrOpcode::kJSCreateLiteralObject:
|
|
|
|
|