| Index: src/compiler/instruction-selector-impl.h
|
| diff --git a/src/compiler/instruction-selector-impl.h b/src/compiler/instruction-selector-impl.h
|
| index ac446b38ed8517bec29ff735c75fe3699f14f8f7..6421b23c739d46598c8085892546d64e37a532c8 100644
|
| --- a/src/compiler/instruction-selector-impl.h
|
| +++ b/src/compiler/instruction-selector-impl.h
|
| @@ -201,7 +201,7 @@ class OperandGenerator {
|
| return new (zone()) UnallocatedOperand(UnallocatedOperand::FIXED_SLOT,
|
| location.location_);
|
| }
|
| - if (location.rep_ == kMachineFloat64) {
|
| + if (RepresentationOf(location.rep_) == kRepFloat64) {
|
| return new (zone()) UnallocatedOperand(
|
| UnallocatedOperand::FIXED_DOUBLE_REGISTER, location.location_);
|
| }
|
|
|