| Index: src/compiler/instruction-selector.cc
|
| diff --git a/src/compiler/instruction-selector.cc b/src/compiler/instruction-selector.cc
|
| index 91900be25c30dabec502028de1401680631509ae..321c4d21dba4792abe1c9f80bffc8372b40f7bb0 100644
|
| --- a/src/compiler/instruction-selector.cc
|
| +++ b/src/compiler/instruction-selector.cc
|
| @@ -877,6 +877,8 @@ void InstructionSelector::VisitNode(Node* node) {
|
| 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);
|
|
|