Index: src/arm/lithium-arm.h |
diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h |
index 4eeca332ec1e834d77188855f9d4862c09b9d884..0f999c5324d4db86c540997574ed4a7647325366 100644 |
--- a/src/arm/lithium-arm.h |
+++ b/src/arm/lithium-arm.h |
@@ -1717,7 +1717,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(); } |
}; |
@@ -2240,7 +2239,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(); } |