| Index: src/crankshaft/mips64/lithium-mips64.h | 
| diff --git a/src/crankshaft/mips64/lithium-mips64.h b/src/crankshaft/mips64/lithium-mips64.h | 
| index f305aeac4d4c29063163e8706ff8efb4929fc995..611f125c185e85c5187cd7ec169a8e7910418147 100644 | 
| --- a/src/crankshaft/mips64/lithium-mips64.h | 
| +++ b/src/crankshaft/mips64/lithium-mips64.h | 
| @@ -131,7 +131,6 @@ class LCodeGen; | 
| V(Power)                                   \ | 
| V(Prologue)                                \ | 
| V(PushArgument)                            \ | 
| -  V(RegExpLiteral)                           \ | 
| V(Return)                                  \ | 
| V(SeqStringGetChar)                        \ | 
| V(SeqStringSetChar)                        \ | 
| @@ -2497,19 +2496,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) { | 
|  |