| Index: src/arm/lithium-arm.h
|
| diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h
|
| index 116d57621d76d5083e53d13e1c9925c82703f7fd..c58e8ff6f35c49dd45863484fad2523e12ba0561 100644
|
| --- a/src/arm/lithium-arm.h
|
| +++ b/src/arm/lithium-arm.h
|
| @@ -152,7 +152,6 @@ class LCodeGen;
|
| V(NumberTagI) \
|
| V(NumberTagU) \
|
| V(NumberUntagD) \
|
| - V(ObjectLiteral) \
|
| V(OsrEntry) \
|
| V(OuterContext) \
|
| V(Parameter) \
|
| @@ -2469,13 +2468,6 @@ class LArrayLiteral: public LTemplateInstruction<1, 0, 0> {
|
| };
|
|
|
|
|
| -class LObjectLiteral: public LTemplateInstruction<1, 0, 0> {
|
| - public:
|
| - DECLARE_CONCRETE_INSTRUCTION(ObjectLiteral, "object-literal")
|
| - DECLARE_HYDROGEN_ACCESSOR(ObjectLiteral)
|
| -};
|
| -
|
| -
|
| class LRegExpLiteral: public LTemplateInstruction<1, 0, 0> {
|
| public:
|
| DECLARE_CONCRETE_INSTRUCTION(RegExpLiteral, "regexp-literal")
|
|
|