| Index: src/x64/macro-assembler-x64.h
|
| diff --git a/src/x64/macro-assembler-x64.h b/src/x64/macro-assembler-x64.h
|
| index e615b8968565ab32645720a28415726679465632..35cc3f513f7d37ad0e6b3cbcbec898a02adbde85 100644
|
| --- a/src/x64/macro-assembler-x64.h
|
| +++ b/src/x64/macro-assembler-x64.h
|
| @@ -1320,10 +1320,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 equal
|
| void TestJSArrayForAllocationSiteInfo(Register receiver_reg,
|
| - Register scratch_reg,
|
| - Label* allocation_info_present);
|
| + Register scratch_reg);
|
|
|
| private:
|
| // Order general registers are pushed by Pushad.
|
|
|