Index: src/compiler/operator-properties-inl.h |
diff --git a/src/compiler/operator-properties-inl.h b/src/compiler/operator-properties-inl.h |
index db160a80f874f4d1f600c26d3013d637b8ee3c0a..fa41b446be46ff2ab3ad6ac052c8399aef405a4b 100644 |
--- a/src/compiler/operator-properties-inl.h |
+++ b/src/compiler/operator-properties-inl.h |
@@ -37,6 +37,8 @@ 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(); |