| Index: src/crankshaft/x87/lithium-x87.cc
 | 
| diff --git a/src/crankshaft/x87/lithium-x87.cc b/src/crankshaft/x87/lithium-x87.cc
 | 
| index da930da70172e46be6c59e269ebfdb853ad499b1..8dbf3f37b0995ea8af23b072cd7cd8d04211c0d7 100644
 | 
| --- a/src/crankshaft/x87/lithium-x87.cc
 | 
| +++ b/src/crankshaft/x87/lithium-x87.cc
 | 
| @@ -2591,12 +2591,6 @@ LInstruction* LChunkBuilder::DoTypeofIsAndBranch(HTypeofIsAndBranch* instr) {
 | 
|  }
 | 
|  
 | 
|  
 | 
| -LInstruction* LChunkBuilder::DoIsConstructCallAndBranch(
 | 
| -    HIsConstructCallAndBranch* instr) {
 | 
| -  return new(zone()) LIsConstructCallAndBranch(TempRegister());
 | 
| -}
 | 
| -
 | 
| -
 | 
|  LInstruction* LChunkBuilder::DoSimulate(HSimulate* instr) {
 | 
|    instr->ReplayEnvironment(current_block_->last_environment());
 | 
|    return NULL;
 | 
| 
 |