| Index: src/compiler/operator-properties.cc
|
| diff --git a/src/compiler/operator-properties.cc b/src/compiler/operator-properties.cc
|
| index 7f38ca7299517debd75436382c736bbb1668065b..a5f2902a5a8dbe18810b2c1adc01007f5b65e4c8 100644
|
| --- a/src/compiler/operator-properties.cc
|
| +++ b/src/compiler/operator-properties.cc
|
| @@ -22,6 +22,7 @@ bool OperatorProperties::HasContextInput(const Operator* op) {
|
| // static
|
| int OperatorProperties::GetFrameStateInputCount(const Operator* op) {
|
| switch (op->opcode()) {
|
| + case IrOpcode::kCheckpoint:
|
| case IrOpcode::kFrameState:
|
| return 1;
|
| case IrOpcode::kJSCallRuntime: {
|
|
|