| Index: src/compiler/instruction-selector-impl.h
|
| diff --git a/src/compiler/instruction-selector-impl.h b/src/compiler/instruction-selector-impl.h
|
| index 0eb3fbe6d0bc181125d8ebe9ca0b8c0b0bd35b8d..90898ba947b6f5455d99d5de1b80582b4ee18e40 100644
|
| --- a/src/compiler/instruction-selector-impl.h
|
| +++ b/src/compiler/instruction-selector-impl.h
|
| @@ -128,7 +128,7 @@ class OperandGenerator {
|
| InstructionOperand TempRegister(Register reg) {
|
| return UnallocatedOperand(UnallocatedOperand::FIXED_REGISTER,
|
| Register::ToAllocationIndex(reg),
|
| - UnallocatedOperand::kInvalidVirtualRegister);
|
| + InstructionOperand::kInvalidVirtualRegister);
|
| }
|
|
|
| InstructionOperand TempImmediate(int32_t imm) {
|
|
|