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