Index: src/crankshaft/arm64/lithium-arm64.h |
diff --git a/src/crankshaft/arm64/lithium-arm64.h b/src/crankshaft/arm64/lithium-arm64.h |
index 097b32c2c8471c7f132a5462383edf1c717bada9..6dca7e786b060b09d249497f0d54fa358342f7f5 100644 |
--- a/src/crankshaft/arm64/lithium-arm64.h |
+++ b/src/crankshaft/arm64/lithium-arm64.h |
@@ -138,7 +138,6 @@ class LCodeGen; |
V(Prologue) \ |
V(PreparePushArguments) \ |
V(PushArguments) \ |
- V(RegExpLiteral) \ |
V(Return) \ |
V(SeqStringGetChar) \ |
V(SeqStringSetChar) \ |
@@ -2269,19 +2268,6 @@ class LPushArguments final : public LTemplateResultInstruction<0> { |
}; |
-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 LReturn final : public LTemplateInstruction<0, 3, 0> { |
public: |
LReturn(LOperand* value, LOperand* context, LOperand* parameter_count) { |