| Index: src/ia32/lithium-ia32.cc
|
| diff --git a/src/ia32/lithium-ia32.cc b/src/ia32/lithium-ia32.cc
|
| index 28c4d2cb3bc3fcdf88cf9daebc9a3f31be5459b5..9a39c8559722453873326c03843ff399f8bc1b20 100644
|
| --- a/src/ia32/lithium-ia32.cc
|
| +++ b/src/ia32/lithium-ia32.cc
|
| @@ -2519,15 +2519,6 @@ LInstruction* LChunkBuilder::DoStringLength(HStringLength* instr) {
|
| }
|
|
|
|
|
| -LInstruction* LChunkBuilder::DoAllocateObject(HAllocateObject* instr) {
|
| - info()->MarkAsDeferredCalling();
|
| - LOperand* context = UseAny(instr->context());
|
| - LOperand* temp = TempRegister();
|
| - LAllocateObject* result = new(zone()) LAllocateObject(context, temp);
|
| - return AssignPointerMap(DefineAsRegister(result));
|
| -}
|
| -
|
| -
|
| LInstruction* LChunkBuilder::DoAllocate(HAllocate* instr) {
|
| info()->MarkAsDeferredCalling();
|
| LOperand* context = UseAny(instr->context());
|
|
|