| Index: src/crankshaft/ia32/lithium-ia32.h
|
| diff --git a/src/crankshaft/ia32/lithium-ia32.h b/src/crankshaft/ia32/lithium-ia32.h
|
| index 6736e28fd4b11c12ed3dde732c9047058b6c2246..d6a90e5eda2ef77bc0beecced0c7a55a8717b9ca 100644
|
| --- a/src/crankshaft/ia32/lithium-ia32.h
|
| +++ b/src/crankshaft/ia32/lithium-ia32.h
|
| @@ -132,7 +132,6 @@ class LCodeGen;
|
| V(Power) \
|
| V(Prologue) \
|
| V(PushArgument) \
|
| - V(RegExpLiteral) \
|
| V(Return) \
|
| V(SeqStringGetChar) \
|
| V(SeqStringSetChar) \
|
| @@ -2496,19 +2495,6 @@ class LAllocate final : public LTemplateInstruction<1, 2, 1> {
|
| };
|
|
|
|
|
| -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) {
|
|
|