Index: src/mips/lithium-mips.h |
diff --git a/src/mips/lithium-mips.h b/src/mips/lithium-mips.h |
index 32a4b57bb81c1a7fe73c0b4f074002efa42887fc..7dcb50e274f74fe1126f57d38513f450301b7fb2 100644 |
--- a/src/mips/lithium-mips.h |
+++ b/src/mips/lithium-mips.h |
@@ -56,7 +56,6 @@ class LCodeGen; |
V(ArgumentsLength) \ |
V(ArithmeticD) \ |
V(ArithmeticT) \ |
- V(ArrayLiteral) \ |
V(BitI) \ |
V(BitNotI) \ |
V(BoundsCheck) \ |
@@ -2402,13 +2401,6 @@ class LAllocate: public LTemplateInstruction<1, 2, 2> { |
}; |
-class LArrayLiteral: public LTemplateInstruction<1, 0, 0> { |
- public: |
- DECLARE_CONCRETE_INSTRUCTION(ArrayLiteral, "array-literal") |
- DECLARE_HYDROGEN_ACCESSOR(ArrayLiteral) |
-}; |
- |
- |
class LRegExpLiteral: public LTemplateInstruction<1, 0, 0> { |
public: |
DECLARE_CONCRETE_INSTRUCTION(RegExpLiteral, "regexp-literal") |