Index: src/arm/lithium-arm.h |
diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h |
index acd5c207ec6e1b6327fc368109e606727887839e..8954710e53c6d9d39b8ac62e91857af25dab22ba 100644 |
--- a/src/arm/lithium-arm.h |
+++ b/src/arm/lithium-arm.h |
@@ -79,7 +79,6 @@ class LCodeGen; |
V(FlooringDivI) \ |
V(ForInCacheArray) \ |
V(ForInPrepareMap) \ |
- V(FunctionLiteral) \ |
V(GetCachedArrayIndex) \ |
V(Goto) \ |
V(HasCachedArrayIndexAndBranch) \ |
@@ -2566,19 +2565,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) { |