| Index: src/mips64/lithium-mips64.h
|
| diff --git a/src/mips64/lithium-mips64.h b/src/mips64/lithium-mips64.h
|
| index 24088699d2a68436be29e6b3a59be85152c8201e..ce4037724189999bb49decca6fc6523408799e27 100644
|
| --- a/src/mips64/lithium-mips64.h
|
| +++ b/src/mips64/lithium-mips64.h
|
| @@ -1742,7 +1742,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(); }
|
| };
|
| @@ -2249,7 +2248,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(); }
|
|
|