| Index: src/compiler/instruction-selector-impl.h
|
| diff --git a/src/compiler/instruction-selector-impl.h b/src/compiler/instruction-selector-impl.h
|
| index f4acfa0ba972393aa20a8b46a5ebd02fe23bdbca..b34a914efcca285a4a80aa6470be2b16a7d8893b 100644
|
| --- a/src/compiler/instruction-selector-impl.h
|
| +++ b/src/compiler/instruction-selector-impl.h
|
| @@ -137,7 +137,7 @@ class OperandGenerator {
|
| UnallocatedOperand op = UnallocatedOperand(
|
| UnallocatedOperand::MUST_HAVE_REGISTER,
|
| UnallocatedOperand::USED_AT_START, sequence()->NextVirtualRegister());
|
| - sequence()->MarkAsDouble(op.virtual_register());
|
| + sequence()->MarkAsRepresentation(kRepFloat64, op.virtual_register());
|
| return op;
|
| }
|
|
|
|
|