Index: src/crankshaft/x64/lithium-codegen-x64.cc |
diff --git a/src/crankshaft/x64/lithium-codegen-x64.cc b/src/crankshaft/x64/lithium-codegen-x64.cc |
index 0a2a0b687c02719dddfe28148f3cec4e2c40e00b..fb4ead00142f1dc93d45a7e10d5941308abb5736 100644 |
--- a/src/crankshaft/x64/lithium-codegen-x64.cc |
+++ b/src/crankshaft/x64/lithium-codegen-x64.cc |
@@ -5227,9 +5227,7 @@ void LCodeGen::DoDeferredAllocate(LAllocate* instr) { |
// undo the allocation. |
ExternalReference allocation_top = |
AllocationUtils::GetAllocationTopReference(isolate(), allocation_flags); |
- __ subp(rax, Immediate(kHeapObjectTag)); |
__ Store(allocation_top, rax); |
- __ addp(rax, Immediate(kHeapObjectTag)); |
} |
} |