| Index: src/compiler/gap-resolver.cc
|
| diff --git a/src/compiler/gap-resolver.cc b/src/compiler/gap-resolver.cc
|
| index 1ba1044eabf076cba069dfc568113fe2e7687a32..d910b5fd57543419c82fd3bcbf147a79a6f57d23 100644
|
| --- a/src/compiler/gap-resolver.cc
|
| +++ b/src/compiler/gap-resolver.cc
|
| @@ -158,7 +158,7 @@ void GapResolver::PerformMove(ParallelMove* moves, MoveOperands* move) {
|
| if (other->IsEliminated()) continue;
|
| if (other->IsPending()) continue;
|
| if (other->source().InterferesWith(destination)) {
|
| - if (!kSimpleFPAliasing && is_fp_loc_move &&
|
| + if (is_fp_loc_move &&
|
| LocationOperand::cast(other->source()).representation() >
|
| split_rep_) {
|
| // 'other' must also be an FP location move. Break it into fragments
|
|
|