| Index: src/arm/macro-assembler-arm.h
 | 
| diff --git a/src/arm/macro-assembler-arm.h b/src/arm/macro-assembler-arm.h
 | 
| index 70659ae39a070151db646f569e28e9a50f456e4f..26db94dfe57afae0395d2d99976159830c919370 100644
 | 
| --- a/src/arm/macro-assembler-arm.h
 | 
| +++ b/src/arm/macro-assembler-arm.h
 | 
| @@ -1319,10 +1319,9 @@ class MacroAssembler: public Assembler {
 | 
|    // to another type.
 | 
|    // On entry, receiver_reg should point to the array object.
 | 
|    // scratch_reg gets clobbered.
 | 
| -  // If allocation info is present, jump to allocation_info_present
 | 
| +  // If allocation info is present, condition flags are set to eq
 | 
|    void TestJSArrayForAllocationSiteInfo(Register receiver_reg,
 | 
| -                                        Register scratch_reg,
 | 
| -                                        Label* allocation_info_present);
 | 
| +                                        Register scratch_reg);
 | 
|  
 | 
|   private:
 | 
|    void CallCFunctionHelper(Register function,
 | 
| 
 |