Index: src/arm/lithium-codegen-arm.cc |
=================================================================== |
--- src/arm/lithium-codegen-arm.cc (revision 10555) |
+++ src/arm/lithium-codegen-arm.cc (working copy) |
@@ -3840,7 +3840,6 @@ |
// register is stored, as this register is in the pointer map, but contains an |
// integer value. |
__ mov(ip, Operand(0)); |
- __ StoreToSafepointRegisterSlot(ip, src); |
__ StoreToSafepointRegisterSlot(ip, dst); |
CallRuntimeFromDeferred(Runtime::kAllocateHeapNumber, 0, instr); |
__ Move(dst, r0); |