Index: src/crankshaft/mips/lithium-mips.h |
diff --git a/src/crankshaft/mips/lithium-mips.h b/src/crankshaft/mips/lithium-mips.h |
index e0a002ced01cbdac10d6bcb9c015245d65281645..63fc6b041a35db63a5dfc9f8ac6af506c5393f5e 100644 |
--- a/src/crankshaft/mips/lithium-mips.h |
+++ b/src/crankshaft/mips/lithium-mips.h |
@@ -129,7 +129,6 @@ class LCodeGen; |
V(Power) \ |
V(Prologue) \ |
V(PushArgument) \ |
- V(RegExpLiteral) \ |
V(Return) \ |
V(SeqStringGetChar) \ |
V(SeqStringSetChar) \ |
@@ -2451,19 +2450,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) { |