| Index: src/crankshaft/arm/lithium-arm.h
|
| diff --git a/src/crankshaft/arm/lithium-arm.h b/src/crankshaft/arm/lithium-arm.h
|
| index 05dbca03a989caa45441c7d65b255364ad91e42a..43c02ff0871d83b44d155cdde15006511cb5a4f7 100644
|
| --- a/src/crankshaft/arm/lithium-arm.h
|
| +++ b/src/crankshaft/arm/lithium-arm.h
|
| @@ -130,7 +130,6 @@ class LCodeGen;
|
| V(Power) \
|
| V(Prologue) \
|
| V(PushArgument) \
|
| - V(RegExpLiteral) \
|
| V(Return) \
|
| V(SeqStringGetChar) \
|
| V(SeqStringSetChar) \
|
| @@ -2492,19 +2491,6 @@ class LAllocate final : public LTemplateInstruction<1, 2, 2> {
|
| };
|
|
|
|
|
| -class LRegExpLiteral final : public LTemplateInstruction<1, 1, 0> {
|
| - public:
|
| - explicit LRegExpLiteral(LOperand* context) {
|
| - inputs_[0] = context;
|
| - }
|
| -
|
| - LOperand* context() { return inputs_[0]; }
|
| -
|
| - DECLARE_CONCRETE_INSTRUCTION(RegExpLiteral, "regexp-literal")
|
| - DECLARE_HYDROGEN_ACCESSOR(RegExpLiteral)
|
| -};
|
| -
|
| -
|
| class LToFastProperties final : public LTemplateInstruction<1, 1, 0> {
|
| public:
|
| explicit LToFastProperties(LOperand* value) {
|
|
|