Index: src/compiler/verifier.cc |
diff --git a/src/compiler/verifier.cc b/src/compiler/verifier.cc |
index a74d230805b0f1c331bda8abe7aae8ca32718c33..cf7c9a7d7742dd12896768e6a566925e0d6680ab 100644 |
--- a/src/compiler/verifier.cc |
+++ b/src/compiler/verifier.cc |
@@ -344,10 +344,6 @@ |
CHECK_EQ(0, input_count); |
// Type is a number. |
CheckUpperIs(node, Type::Number()); |
- break; |
- case IrOpcode::kRelocatableInt32Constant: |
- case IrOpcode::kRelocatableInt64Constant: |
- CHECK_EQ(0, input_count); |
break; |
case IrOpcode::kHeapConstant: |
// Constants have no inputs. |