| Index: src/compiler/operator-properties.cc
|
| diff --git a/src/compiler/operator-properties.cc b/src/compiler/operator-properties.cc
|
| index e9c7beb0cf8a194bd1ccbfda9c94eeb60d0fe26b..e066481c2157f5423a5730538a89a9c17a14ce12 100644
|
| --- a/src/compiler/operator-properties.cc
|
| +++ b/src/compiler/operator-properties.cc
|
| @@ -51,6 +51,7 @@ int OperatorProperties::GetFrameStateInputCount(const Operator* op) {
|
| // Object operations
|
| case IrOpcode::kJSCreate:
|
| case IrOpcode::kJSCreateArguments:
|
| + case IrOpcode::kJSCreateArray:
|
| case IrOpcode::kJSCreateLiteralArray:
|
| case IrOpcode::kJSCreateLiteralObject:
|
|
|
|
|