Index: src/compiler/operator-properties-inl.h |
diff --git a/src/compiler/operator-properties-inl.h b/src/compiler/operator-properties-inl.h |
index 7c2ae1635ffeffb8d422ded1fa05a2fffb494a29..867d452cde9bc3eccdf1d189cace4b8908683344 100644 |
--- a/src/compiler/operator-properties-inl.h |
+++ b/src/compiler/operator-properties-inl.h |
@@ -122,7 +122,6 @@ inline int OperatorProperties::GetControlInputCount(const Operator* op) { |
case IrOpcode::kPhi: |
case IrOpcode::kEffectPhi: |
case IrOpcode::kLoad: |
- case IrOpcode::kLoadElement: |
case IrOpcode::kLoadField: |
return 1; |
#define OPCODE_CASE(x) case IrOpcode::k##x: |