| Index: src/arm/lithium-arm.h
|
| diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h
|
| index f49e8ce4f8a0b114e36f1142609555ea01d8010b..d1ee223d3a14f46a6d426cd61b962b8bcc296fed 100644
|
| --- a/src/arm/lithium-arm.h
|
| +++ b/src/arm/lithium-arm.h
|
| @@ -97,7 +97,6 @@ class LCodeGen;
|
| V(DoubleToI) \
|
| V(DummyUse) \
|
| V(ElementsKind) \
|
| - V(FastLiteral) \
|
| V(FixedArrayBaseLength) \
|
| V(FunctionLiteral) \
|
| V(GetCachedArrayIndex) \
|
| @@ -2369,13 +2368,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")
|
|
|