Index: src/crankshaft/ia32/lithium-ia32.cc |
diff --git a/src/crankshaft/ia32/lithium-ia32.cc b/src/crankshaft/ia32/lithium-ia32.cc |
index e26119477fae592ea25c005f3777a9d6bb0d878d..97145d7a7cc89f6f87fb35006525622b3601e7a6 100644 |
--- a/src/crankshaft/ia32/lithium-ia32.cc |
+++ b/src/crankshaft/ia32/lithium-ia32.cc |
@@ -2046,17 +2046,6 @@ LInstruction* LChunkBuilder::DoLoadNamedField(HLoadNamedField* instr) { |
} |
-LInstruction* LChunkBuilder::DoLoadNamedGeneric(HLoadNamedGeneric* instr) { |
- LOperand* context = UseFixed(instr->context(), esi); |
- LOperand* object = |
- UseFixed(instr->object(), LoadDescriptor::ReceiverRegister()); |
- LOperand* vector = FixedTemp(LoadWithVectorDescriptor::VectorRegister()); |
- LLoadNamedGeneric* result = new(zone()) LLoadNamedGeneric( |
- context, object, vector); |
- return MarkAsCall(DefineFixed(result, eax), instr); |
-} |
- |
- |
LInstruction* LChunkBuilder::DoLoadFunctionPrototype( |
HLoadFunctionPrototype* instr) { |
return AssignEnvironment(DefineAsRegister( |