| Index: src/compiler/verifier.cc
|
| diff --git a/src/compiler/verifier.cc b/src/compiler/verifier.cc
|
| index 6eb74367eed73acdbbe1f5cc4030953200a9cf46..1fe71205da4def2e45b6c6b65c73504620378cd4 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.
|
|
|