Index: src/compiler/operator-properties.cc |
diff --git a/src/compiler/operator-properties.cc b/src/compiler/operator-properties.cc |
index d1bea560916404ea913ca79051796a4f8e0b49f4..e9c7beb0cf8a194bd1ccbfda9c94eeb60d0fe26b 100644 |
--- a/src/compiler/operator-properties.cc |
+++ b/src/compiler/operator-properties.cc |
@@ -49,6 +49,7 @@ int OperatorProperties::GetFrameStateInputCount(const Operator* op) { |
case IrOpcode::kJSInstanceOf: |
// Object operations |
+ case IrOpcode::kJSCreate: |
case IrOpcode::kJSCreateArguments: |
case IrOpcode::kJSCreateLiteralArray: |
case IrOpcode::kJSCreateLiteralObject: |