Index: src/lithium-allocator.cc |
=================================================================== |
--- src/lithium-allocator.cc (revision 11356) |
+++ src/lithium-allocator.cc (working copy) |
@@ -958,7 +958,7 @@ |
} |
} |
- if (instr->IsMarkedAsCall() || instr->IsMarkedAsSaveDoubles()) { |
+ if (instr->IsMarkedAsCall()) { |
for (int i = 0; i < DoubleRegister::kNumAllocatableRegisters; ++i) { |
if (output == NULL || !output->IsDoubleRegister() || |
output->index() != i) { |