| Index: src/x87/lithium-x87.h
|
| diff --git a/src/x87/lithium-x87.h b/src/x87/lithium-x87.h
|
| index b8f881ddab66388ccc4824ec5da51f4aa879f823..020ec53066cee2bd474fc3ff2f7253fb6bceebbf 100644
|
| --- a/src/x87/lithium-x87.h
|
| +++ b/src/x87/lithium-x87.h
|
| @@ -1738,7 +1738,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(); }
|
| };
|
| @@ -2248,7 +2247,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(); }
|
|
|