Index: src/compiler/operator-properties.cc |
diff --git a/src/compiler/operator-properties.cc b/src/compiler/operator-properties.cc |
index e066481c2157f5423a5730538a89a9c17a14ce12..d0ad330fcca93c19f101f2115dc47583d3e905fa 100644 |
--- a/src/compiler/operator-properties.cc |
+++ b/src/compiler/operator-properties.cc |
@@ -35,13 +35,11 @@ int OperatorProperties::GetFrameStateInputCount(const Operator* op) { |
return 0; |
// We record the frame state immediately before and immediately after every |
- // function call. |
+ // construct/function call. |
+ case IrOpcode::kJSCallConstruct: |
case IrOpcode::kJSCallFunction: |
return 2; |
- // Construct calls |
- case IrOpcode::kJSCallConstruct: |
- |
// Compare operations |
case IrOpcode::kJSEqual: |
case IrOpcode::kJSNotEqual: |