Index: src/ia32/lithium-ia32.cc |
diff --git a/src/ia32/lithium-ia32.cc b/src/ia32/lithium-ia32.cc |
index 1c0f80af0a70cb90f30901c5fdea7de9e2ca69a9..a26b7bda6520469142fcc11c23a6561e8f5aca6f 100644 |
--- a/src/ia32/lithium-ia32.cc |
+++ b/src/ia32/lithium-ia32.cc |
@@ -1146,20 +1146,6 @@ LInstruction* LChunkBuilder::DoCallWithDescriptor( |
} |
-LInstruction* LChunkBuilder::DoTailCallThroughMegamorphicCache( |
- HTailCallThroughMegamorphicCache* instr) { |
- LOperand* context = UseFixed(instr->context(), esi); |
- LOperand* receiver_register = |
- UseFixed(instr->receiver(), LoadDescriptor::ReceiverRegister()); |
- LOperand* name_register = |
- UseFixed(instr->name(), LoadDescriptor::NameRegister()); |
- |
- // Not marked as call. It can't deoptimize, and it never returns. |
- return new (zone()) LTailCallThroughMegamorphicCache( |
- context, receiver_register, name_register); |
-} |
- |
- |
LInstruction* LChunkBuilder::DoInvokeFunction(HInvokeFunction* instr) { |
LOperand* context = UseFixed(instr->context(), esi); |
LOperand* function = UseFixed(instr->function(), edi); |