| Index: src/compiler/ia32/instruction-selector-ia32.cc
|
| diff --git a/src/compiler/ia32/instruction-selector-ia32.cc b/src/compiler/ia32/instruction-selector-ia32.cc
|
| index 9e8901849a01f996eb3a83dc3b16725b1441d8ca..8d8e40d1e1e8efc5f78114835b9f0243301eef88 100644
|
| --- a/src/compiler/ia32/instruction-selector-ia32.cc
|
| +++ b/src/compiler/ia32/instruction-selector-ia32.cc
|
| @@ -32,8 +32,6 @@
|
| case IrOpcode::kInt32Constant:
|
| case IrOpcode::kNumberConstant:
|
| case IrOpcode::kExternalConstant:
|
| - case IrOpcode::kRelocatableInt32Constant:
|
| - case IrOpcode::kRelocatableInt64Constant:
|
| return true;
|
| case IrOpcode::kHeapConstant: {
|
| // Constants in new space cannot be used as immediates in V8 because
|
|
|