Index: src/compiler/instruction-selector.cc |
diff --git a/src/compiler/instruction-selector.cc b/src/compiler/instruction-selector.cc |
index e4fe3722e6adb3ed17c6f849ce272d9d72e1b2bd..d172ed18588edda1aacd78df77df753ca53d80cf 100644 |
--- a/src/compiler/instruction-selector.cc |
+++ b/src/compiler/instruction-selector.cc |
@@ -879,8 +879,6 @@ |
case IrOpcode::kInt32Constant: |
case IrOpcode::kInt64Constant: |
case IrOpcode::kExternalConstant: |
- case IrOpcode::kRelocatableInt32Constant: |
- case IrOpcode::kRelocatableInt64Constant: |
return VisitConstant(node); |
case IrOpcode::kFloat32Constant: |
return MarkAsFloat32(node), VisitConstant(node); |