| 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..a59e685b5ea2aa5372d54404ffd35a0d7336eb66 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_) == rFloat64) {
|
| return new (zone()) UnallocatedOperand(
|
| UnallocatedOperand::FIXED_DOUBLE_REGISTER, location.location_);
|
| }
|
|
|