| Index: src/compiler/operator-properties.cc
 | 
| diff --git a/src/compiler/operator-properties.cc b/src/compiler/operator-properties.cc
 | 
| index 68d884d62d0f36dde08be20abb4ca250315dad11..0a9e6448e2799547e455986f1fbf56d9afddd59a 100644
 | 
| --- a/src/compiler/operator-properties.cc
 | 
| +++ b/src/compiler/operator-properties.cc
 | 
| @@ -61,6 +61,7 @@ bool OperatorProperties::HasFrameStateInput(const Operator* op) {
 | 
|      case IrOpcode::kJSLessThanOrEqual:
 | 
|      case IrOpcode::kJSHasProperty:
 | 
|      case IrOpcode::kJSInstanceOf:
 | 
| +    case IrOpcode::kJSOrdinaryHasInstance:
 | 
|  
 | 
|      // Object operations
 | 
|      case IrOpcode::kJSCreate:
 | 
| 
 |