Index: src/crankshaft/mips64/lithium-mips64.cc |
diff --git a/src/crankshaft/mips64/lithium-mips64.cc b/src/crankshaft/mips64/lithium-mips64.cc |
index 2ef807fb8b03a74432fef1e7a41c4bf1c90d39e9..86b21a4d4ab8bc9a0fe1690e1ffc6e157c6f3b2c 100644 |
--- a/src/crankshaft/mips64/lithium-mips64.cc |
+++ b/src/crankshaft/mips64/lithium-mips64.cc |
@@ -1984,18 +1984,6 @@ LInstruction* LChunkBuilder::DoLoadNamedField(HLoadNamedField* instr) { |
} |
-LInstruction* LChunkBuilder::DoLoadNamedGeneric(HLoadNamedGeneric* instr) { |
- LOperand* context = UseFixed(instr->context(), cp); |
- LOperand* object = |
- UseFixed(instr->object(), LoadDescriptor::ReceiverRegister()); |
- LOperand* vector = FixedTemp(LoadWithVectorDescriptor::VectorRegister()); |
- |
- LInstruction* result = |
- DefineFixed(new(zone()) LLoadNamedGeneric(context, object, vector), v0); |
- return MarkAsCall(result, instr); |
-} |
- |
- |
LInstruction* LChunkBuilder::DoLoadFunctionPrototype( |
HLoadFunctionPrototype* instr) { |
return AssignEnvironment(DefineAsRegister( |