| Index: src/crankshaft/arm/lithium-arm.cc
 | 
| diff --git a/src/crankshaft/arm/lithium-arm.cc b/src/crankshaft/arm/lithium-arm.cc
 | 
| index fc141aaed52c8e3c054b2a9eb009f74e8c246ad6..a9116a819159c26d23a31a8f4c3f7147b6c66d41 100644
 | 
| --- a/src/crankshaft/arm/lithium-arm.cc
 | 
| +++ b/src/crankshaft/arm/lithium-arm.cc
 | 
| @@ -2437,13 +2437,6 @@ LInstruction* LChunkBuilder::DoAllocate(HAllocate* instr) {
 | 
|  }
 | 
|  
 | 
|  
 | 
| -LInstruction* LChunkBuilder::DoRegExpLiteral(HRegExpLiteral* instr) {
 | 
| -  LOperand* context = UseFixed(instr->context(), cp);
 | 
| -  return MarkAsCall(
 | 
| -      DefineFixed(new(zone()) LRegExpLiteral(context), r0), instr);
 | 
| -}
 | 
| -
 | 
| -
 | 
|  LInstruction* LChunkBuilder::DoOsrEntry(HOsrEntry* instr) {
 | 
|    DCHECK(argument_count_ == 0);
 | 
|    allocator_->MarkAsOsrEntry();
 | 
| 
 |