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