| Index: src/compiler/instruction-selector.cc
|
| diff --git a/src/compiler/instruction-selector.cc b/src/compiler/instruction-selector.cc
|
| index 2cee88e41fde5d51fc2da25ec8bbac82df44c743..2f905e1598efb30dbe7518ccd80896fc54578cf7 100644
|
| --- a/src/compiler/instruction-selector.cc
|
| +++ b/src/compiler/instruction-selector.cc
|
| @@ -352,6 +352,7 @@ InstructionOperand OperandForDeopt(OperandGenerator* g, Node* input,
|
| MachineRepresentation rep) {
|
| switch (input->opcode()) {
|
| case IrOpcode::kInt32Constant:
|
| + case IrOpcode::kInt64Constant:
|
| case IrOpcode::kNumberConstant:
|
| case IrOpcode::kFloat32Constant:
|
| case IrOpcode::kFloat64Constant:
|
|
|