Index: src/x64/lithium-x64.h |
diff --git a/src/x64/lithium-x64.h b/src/x64/lithium-x64.h |
index c46f5ac703224207cb2e0b8fd0edeceaf96abc0c..61295165150c83c68487a40341be08e9017aa71c 100644 |
--- a/src/x64/lithium-x64.h |
+++ b/src/x64/lithium-x64.h |
@@ -79,7 +79,6 @@ class LCodeGen; |
V(FlooringDivI) \ |
V(ForInCacheArray) \ |
V(ForInPrepareMap) \ |
- V(FunctionLiteral) \ |
V(GetCachedArrayIndex) \ |
V(Goto) \ |
V(HasCachedArrayIndexAndBranch) \ |
@@ -2535,19 +2534,6 @@ class LRegExpLiteral final : public LTemplateInstruction<1, 1, 0> { |
}; |
-class LFunctionLiteral final : public LTemplateInstruction<1, 1, 0> { |
- public: |
- explicit LFunctionLiteral(LOperand* context) { |
- inputs_[0] = context; |
- } |
- |
- LOperand* context() { return inputs_[0]; } |
- |
- DECLARE_CONCRETE_INSTRUCTION(FunctionLiteral, "function-literal") |
- DECLARE_HYDROGEN_ACCESSOR(FunctionLiteral) |
-}; |
- |
- |
class LToFastProperties final : public LTemplateInstruction<1, 1, 0> { |
public: |
explicit LToFastProperties(LOperand* value) { |