Index: src/ia32/lithium-ia32.cc |
diff --git a/src/ia32/lithium-ia32.cc b/src/ia32/lithium-ia32.cc |
index dabe19ca0a2c866c3eb00c9659340e4179185e90..f4e3cb14d0ace5a3b4d1fb181117d691c4a3bcc5 100644 |
--- a/src/ia32/lithium-ia32.cc |
+++ b/src/ia32/lithium-ia32.cc |
@@ -2526,13 +2526,6 @@ LInstruction* LChunkBuilder::DoAllocate(HAllocate* instr) { |
} |
-LInstruction* LChunkBuilder::DoArrayLiteral(HArrayLiteral* instr) { |
- LOperand* context = UseFixed(instr->context(), esi); |
- return MarkAsCall( |
- DefineFixed(new(zone()) LArrayLiteral(context), eax), instr); |
-} |
- |
- |
LInstruction* LChunkBuilder::DoRegExpLiteral(HRegExpLiteral* instr) { |
LOperand* context = UseFixed(instr->context(), esi); |
return MarkAsCall( |