Index: src/ia32/lithium-ia32.h |
diff --git a/src/ia32/lithium-ia32.h b/src/ia32/lithium-ia32.h |
index 80b8b37e90d7e0fcde19847ef3edd50ebd5c92b3..068df1c0f248e5da977bd82f0cfe2a78f610a615 100644 |
--- a/src/ia32/lithium-ia32.h |
+++ b/src/ia32/lithium-ia32.h |
@@ -92,7 +92,6 @@ class LCodeGen; |
V(DoubleToI) \ |
V(DummyUse) \ |
V(ElementsKind) \ |
- V(FastLiteral) \ |
V(FixedArrayBaseLength) \ |
V(FunctionLiteral) \ |
V(GetCachedArrayIndex) \ |
@@ -2486,19 +2485,6 @@ class LAllocate: public LTemplateInstruction<1, 2, 1> { |
}; |
-class LFastLiteral: public LTemplateInstruction<1, 1, 0> { |
- public: |
- explicit LFastLiteral(LOperand* context) { |
- inputs_[0] = context; |
- } |
- |
- LOperand* context() { return inputs_[0]; } |
- |
- DECLARE_CONCRETE_INSTRUCTION(FastLiteral, "fast-literal") |
- DECLARE_HYDROGEN_ACCESSOR(FastLiteral) |
-}; |
- |
- |
class LArrayLiteral: public LTemplateInstruction<1, 1, 0> { |
public: |
explicit LArrayLiteral(LOperand* context) { |