| Index: src/compiler/operator-properties-inl.h
|
| diff --git a/src/compiler/operator-properties-inl.h b/src/compiler/operator-properties-inl.h
|
| index 9d8cc0424e05f9be54c4f5654490b66e9a9fba06..18d739e1d6c028b96b8286ef6f5dbf91e77623e8 100644
|
| --- a/src/compiler/operator-properties-inl.h
|
| +++ b/src/compiler/operator-properties-inl.h
|
| @@ -39,6 +39,8 @@ inline bool OperatorProperties::HasFrameStateInput(Operator* op) {
|
| switch (op->opcode()) {
|
| case IrOpcode::kJSCallFunction:
|
| return true;
|
| + case IrOpcode::kFrameState:
|
| + return true;
|
| case IrOpcode::kJSCallRuntime: {
|
| Runtime::FunctionId function =
|
| reinterpret_cast<Operator1<Runtime::FunctionId>*>(op)->parameter();
|
|
|