| Index: src/compiler/operator-properties.cc
|
| diff --git a/src/compiler/operator-properties.cc b/src/compiler/operator-properties.cc
|
| index d0ad330fcca93c19f101f2115dc47583d3e905fa..a39282e3ea442081795e5976e5175e49a5e50d42 100644
|
| --- a/src/compiler/operator-properties.cc
|
| +++ b/src/compiler/operator-properties.cc
|
| @@ -52,6 +52,7 @@ int OperatorProperties::GetFrameStateInputCount(const Operator* op) {
|
| case IrOpcode::kJSCreateArray:
|
| case IrOpcode::kJSCreateLiteralArray:
|
| case IrOpcode::kJSCreateLiteralObject:
|
| + case IrOpcode::kJSCreateLiteralRegExp:
|
|
|
| // Context operations
|
| case IrOpcode::kJSLoadDynamic:
|
|
|