Index: src/x64/lithium-x64.h |
diff --git a/src/x64/lithium-x64.h b/src/x64/lithium-x64.h |
index da432d2dbd1583c7ef654c640a6a081e812e3c51..1f2ddd229a23bf11acffe45a1d97e871263e84a7 100644 |
--- a/src/x64/lithium-x64.h |
+++ b/src/x64/lithium-x64.h |
@@ -143,7 +143,6 @@ class LCodeGen; |
V(NumberTagU) \ |
V(NumberUntagD) \ |
V(OsrEntry) \ |
- V(OuterContext) \ |
V(Parameter) \ |
V(Power) \ |
V(PushArgument) \ |
@@ -1720,18 +1719,6 @@ class LContext V8_FINAL : public LTemplateInstruction<1, 0, 0> { |
}; |
-class LOuterContext V8_FINAL : public LTemplateInstruction<1, 1, 0> { |
- public: |
- explicit LOuterContext(LOperand* context) { |
- inputs_[0] = context; |
- } |
- |
- LOperand* context() { return inputs_[0]; } |
- |
- DECLARE_CONCRETE_INSTRUCTION(OuterContext, "outer-context") |
-}; |
- |
- |
class LDeclareGlobals V8_FINAL : public LTemplateInstruction<0, 1, 0> { |
public: |
explicit LDeclareGlobals(LOperand* context) { |