Index: src/ia32/lithium-ia32.cc |
diff --git a/src/ia32/lithium-ia32.cc b/src/ia32/lithium-ia32.cc |
index f2aec99770342caa126c6e5f3c33a9e95dafdf57..044b6eb4fc7f34655f1937f40281f0298b0ae549 100644 |
--- a/src/ia32/lithium-ia32.cc |
+++ b/src/ia32/lithium-ia32.cc |
@@ -2373,13 +2373,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( |