Index: src/mips/lithium-mips.h |
diff --git a/src/mips/lithium-mips.h b/src/mips/lithium-mips.h |
index 1b8b5e5bfcfe107f1ecf4b635fbeb40904ce0fcc..406f87715df1adc1fd0e712482816f3a358f646c 100644 |
--- a/src/mips/lithium-mips.h |
+++ b/src/mips/lithium-mips.h |
@@ -1680,7 +1680,6 @@ class LLoadGlobalViaContext final : public LTemplateInstruction<1, 1, 1> { |
LOperand* context() { return inputs_[0]; } |
- Handle<Object> name() const { return hydrogen()->name(); } |
int depth() const { return hydrogen()->depth(); } |
int slot_index() const { return hydrogen()->slot_index(); } |
}; |
@@ -2203,7 +2202,6 @@ class LStoreGlobalViaContext final : public LTemplateInstruction<0, 2, 0> { |
void PrintDataTo(StringStream* stream) override; |
- Handle<Object> name() const { return hydrogen()->name(); } |
int depth() { return hydrogen()->depth(); } |
int slot_index() { return hydrogen()->slot_index(); } |
LanguageMode language_mode() { return hydrogen()->language_mode(); } |