Index: src/crankshaft/x64/lithium-x64.h |
diff --git a/src/crankshaft/x64/lithium-x64.h b/src/crankshaft/x64/lithium-x64.h |
index 12d85809918517d1fe0696904d66f9656801e227..7e748478aa89026c8c9b15e55b811a2ba6a76223 100644 |
--- a/src/crankshaft/x64/lithium-x64.h |
+++ b/src/crankshaft/x64/lithium-x64.h |
@@ -128,7 +128,6 @@ class LCodeGen; |
V(Power) \ |
V(Prologue) \ |
V(PushArgument) \ |
- V(RegExpLiteral) \ |
V(Return) \ |
V(SeqStringGetChar) \ |
V(SeqStringSetChar) \ |
@@ -2461,19 +2460,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) { |