| Index: src/arm/lithium-arm.cc
|
| diff --git a/src/arm/lithium-arm.cc b/src/arm/lithium-arm.cc
|
| index 309f96addb8cf528733535c1567062484dc9b8f4..d614bd026205190206c640b2e2637e691e10b31c 100644
|
| --- a/src/arm/lithium-arm.cc
|
| +++ b/src/arm/lithium-arm.cc
|
| @@ -2400,14 +2400,6 @@ LInstruction* LChunkBuilder::DoStringLength(HStringLength* instr) {
|
| }
|
|
|
|
|
| -LInstruction* LChunkBuilder::DoAllocateObject(HAllocateObject* instr) {
|
| - info()->MarkAsDeferredCalling();
|
| - LAllocateObject* result =
|
| - new(zone()) LAllocateObject(TempRegister(), TempRegister());
|
| - return AssignPointerMap(DefineAsRegister(result));
|
| -}
|
| -
|
| -
|
| LInstruction* LChunkBuilder::DoAllocate(HAllocate* instr) {
|
| info()->MarkAsDeferredCalling();
|
| LOperand* size = instr->size()->IsConstant()
|
|
|