Index: src/mips/lithium-mips.h |
diff --git a/src/mips/lithium-mips.h b/src/mips/lithium-mips.h |
index 8c45ab922b8c260c07c19abc341da7ce928e997d..ed3332ca651f2dad5908ba421cc865614ee28503 100644 |
--- a/src/mips/lithium-mips.h |
+++ b/src/mips/lithium-mips.h |
@@ -79,7 +79,6 @@ class LCodeGen; |
V(FlooringDivI) \ |
V(ForInCacheArray) \ |
V(ForInPrepareMap) \ |
- V(FunctionLiteral) \ |
V(GetCachedArrayIndex) \ |
V(Goto) \ |
V(HasCachedArrayIndexAndBranch) \ |
@@ -2525,19 +2524,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) { |