| Index: src/ia32/macro-assembler-ia32.h
 | 
| diff --git a/src/ia32/macro-assembler-ia32.h b/src/ia32/macro-assembler-ia32.h
 | 
| index ac1a100622aebc32a5b1b346872ec3cd7166ef56..cfc694d4e63900ae02e545ee5be07cdf3a17b58a 100644
 | 
| --- a/src/ia32/macro-assembler-ia32.h
 | 
| +++ b/src/ia32/macro-assembler-ia32.h
 | 
| @@ -864,10 +864,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, conditional code is set to equal
 | 
|    void TestJSArrayForAllocationSiteInfo(Register receiver_reg,
 | 
| -                                        Register scratch_reg,
 | 
| -                                        Label* allocation_info_present);
 | 
| +                                        Register scratch_reg);
 | 
|  
 | 
|   private:
 | 
|    bool generating_stub_;
 | 
| 
 |