Index: src/compiler/move-optimizer.cc |
diff --git a/src/compiler/move-optimizer.cc b/src/compiler/move-optimizer.cc |
index ff6df12102736d43cb07b47f0f729d8dd7229059..50516c123989f63bdd6e42e639b09f0e85bae64c 100644 |
--- a/src/compiler/move-optimizer.cc |
+++ b/src/compiler/move-optimizer.cc |
@@ -37,8 +37,7 @@ bool Blocks(const OperandSet& set, const InstructionOperand& operand) { |
MachineRepresentation other_fp_rep = rep == MachineRepresentation::kFloat64 |
? MachineRepresentation::kFloat32 |
: MachineRepresentation::kFloat64; |
- const RegisterConfiguration* config = |
- RegisterConfiguration::ArchDefault(RegisterConfiguration::TURBOFAN); |
+ const RegisterConfiguration* config = RegisterConfiguration::Turbofan(); |
if (config->fp_aliasing_kind() != RegisterConfiguration::COMBINE) { |
// Overlap aliasing case. |
return set.find(LocationOperand(loc.kind(), loc.location_kind(), |