Index: src/x64/lithium-x64.cc |
diff --git a/src/x64/lithium-x64.cc b/src/x64/lithium-x64.cc |
index 478e98a54f7cf529fcfd5cfbf6465371e03e6877..945d002b908e23b4a33d756f29e93051f32084ec 100644 |
--- a/src/x64/lithium-x64.cc |
+++ b/src/x64/lithium-x64.cc |
@@ -2338,13 +2338,6 @@ LInstruction* LChunkBuilder::DoStringLength(HStringLength* instr) { |
} |
-LInstruction* LChunkBuilder::DoAllocateObject(HAllocateObject* instr) { |
- info()->MarkAsDeferredCalling(); |
- LAllocateObject* result = new(zone()) LAllocateObject(TempRegister()); |
- return AssignPointerMap(DefineAsRegister(result)); |
-} |
- |
- |
LInstruction* LChunkBuilder::DoAllocate(HAllocate* instr) { |
info()->MarkAsDeferredCalling(); |
LOperand* size = instr->size()->IsConstant() |