Index: src/crankshaft/ppc/lithium-ppc.h |
diff --git a/src/crankshaft/ppc/lithium-ppc.h b/src/crankshaft/ppc/lithium-ppc.h |
index 230d4c2d617ecbf2d0f220dd72f0a5651156dfc5..cfc8fd20ebdcfbeebd03b2c7e2e649b24f4b3295 100644 |
--- a/src/crankshaft/ppc/lithium-ppc.h |
+++ b/src/crankshaft/ppc/lithium-ppc.h |
@@ -130,7 +130,6 @@ class LCodeGen; |
V(Power) \ |
V(Prologue) \ |
V(PushArgument) \ |
- V(RegExpLiteral) \ |
V(Return) \ |
V(SeqStringGetChar) \ |
V(SeqStringSetChar) \ |
@@ -2388,17 +2387,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) { inputs_[0] = value; } |