Index: src/mips/lithium-mips.h |
diff --git a/src/mips/lithium-mips.h b/src/mips/lithium-mips.h |
index 8d8cb588cec1fdf21d930bdb26b3ff21a3232311..59e97693283f34f17a0973e72c3e81b9e87c4f69 100644 |
--- a/src/mips/lithium-mips.h |
+++ b/src/mips/lithium-mips.h |
@@ -97,7 +97,6 @@ class LCodeGen; |
V(DoubleToI) \ |
V(DummyUse) \ |
V(ElementsKind) \ |
- V(FastLiteral) \ |
V(FixedArrayBaseLength) \ |
V(FunctionLiteral) \ |
V(GetCachedArrayIndex) \ |
@@ -2300,13 +2299,6 @@ class LAllocate: public LTemplateInstruction<1, 2, 2> { |
}; |
-class LFastLiteral: public LTemplateInstruction<1, 0, 0> { |
- public: |
- DECLARE_CONCRETE_INSTRUCTION(FastLiteral, "fast-literal") |
- DECLARE_HYDROGEN_ACCESSOR(FastLiteral) |
-}; |
- |
- |
class LArrayLiteral: public LTemplateInstruction<1, 0, 0> { |
public: |
DECLARE_CONCRETE_INSTRUCTION(ArrayLiteral, "array-literal") |