| Index: src/crankshaft/ppc/lithium-ppc.cc
 | 
| diff --git a/src/crankshaft/ppc/lithium-ppc.cc b/src/crankshaft/ppc/lithium-ppc.cc
 | 
| index ac4ccfd9d92fb75eff2a3beebc5af26915820117..b38982a18b3ad30f911e7d774d3341c66431977e 100644
 | 
| --- a/src/crankshaft/ppc/lithium-ppc.cc
 | 
| +++ b/src/crankshaft/ppc/lithium-ppc.cc
 | 
| @@ -2484,12 +2484,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;
 | 
| 
 |