Index: src/ia32/lithium-ia32.cc |
diff --git a/src/ia32/lithium-ia32.cc b/src/ia32/lithium-ia32.cc |
index a4b1b865451ec91c3b75332f64ab35f4523e4545..5f2e6a2e0fe584b7e17af1783d51997335139032 100644 |
--- a/src/ia32/lithium-ia32.cc |
+++ b/src/ia32/lithium-ia32.cc |
@@ -2400,13 +2400,6 @@ LInstruction* LChunkBuilder::DoAllocate(HAllocate* instr) { |
} |
-LInstruction* LChunkBuilder::DoFastLiteral(HFastLiteral* instr) { |
- LOperand* context = UseFixed(instr->context(), esi); |
- return MarkAsCall( |
- DefineFixed(new(zone()) LFastLiteral(context), eax), instr); |
-} |
- |
- |
LInstruction* LChunkBuilder::DoArrayLiteral(HArrayLiteral* instr) { |
LOperand* context = UseFixed(instr->context(), esi); |
return MarkAsCall( |