Index: src/mips/lithium-mips.cc |
diff --git a/src/mips/lithium-mips.cc b/src/mips/lithium-mips.cc |
index c61c8a1a27e64a3e6d0e879ab8b267e5271f7034..3accfc177ce596eecb8ee51b553b7ee59b6341f1 100644 |
--- a/src/mips/lithium-mips.cc |
+++ b/src/mips/lithium-mips.cc |
@@ -1051,18 +1051,6 @@ LInstruction* LChunkBuilder::DoDeclareGlobals(HDeclareGlobals* instr) { |
} |
-LInstruction* LChunkBuilder::DoGlobalObject(HGlobalObject* instr) { |
- LOperand* context = UseRegisterAtStart(instr->value()); |
- return DefineAsRegister(new(zone()) LGlobalObject(context)); |
-} |
- |
- |
-LInstruction* LChunkBuilder::DoGlobalReceiver(HGlobalReceiver* instr) { |
- LOperand* global_object = UseRegisterAtStart(instr->value()); |
- return DefineAsRegister(new(zone()) LGlobalReceiver(global_object)); |
-} |
- |
- |
LInstruction* LChunkBuilder::DoCallJSFunction( |
HCallJSFunction* instr) { |
LOperand* function = UseFixed(instr->function(), a1); |