Index: src/compiler/greedy-allocator.cc |
diff --git a/src/compiler/greedy-allocator.cc b/src/compiler/greedy-allocator.cc |
index 7a30ba563136ae66a2e0770db6413abce85f58e2..683b75d49fa756701c3eb061f485a1168fc91515 100644 |
--- a/src/compiler/greedy-allocator.cc |
+++ b/src/compiler/greedy-allocator.cc |
@@ -368,7 +368,7 @@ void GreedyAllocator::AllocateRegisters() { |
TRACE("Begin allocating function %s with the Greedy Allocator\n", |
data()->debug_name()); |
- SplitAndSpillRangesDefinedByMemoryOperand(); |
+ SplitAndSpillRangesDefinedByMemoryOperand(true); |
GroupLiveRanges(); |
ScheduleAllocationCandidates(); |
PreallocateFixedRanges(); |