Index: src/x87/lithium-x87.h |
diff --git a/src/x87/lithium-x87.h b/src/x87/lithium-x87.h |
index 19aa420703767a0bcc65a01e6bfef32433158ee2..b2ceadb841de162dc5874dced580ddea8a675c7f 100644 |
--- a/src/x87/lithium-x87.h |
+++ b/src/x87/lithium-x87.h |
@@ -84,7 +84,6 @@ class LCodeGen; |
V(FlooringDivI) \ |
V(ForInCacheArray) \ |
V(ForInPrepareMap) \ |
- V(FunctionLiteral) \ |
V(GetCachedArrayIndex) \ |
V(Goto) \ |
V(HasCachedArrayIndexAndBranch) \ |
@@ -2584,19 +2583,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) { |