diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8322877..6db8cead 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,8 +1,9 @@ Thu Aug 27 20:10:46 1998 Jeffrey A Law (law@cygnus.com) * loop.c (scan_loop): Count down from max_reg_num - 1 to - FIRST_PSEUDO_REGISTER to avoid calilng max_reg_num each iteration + FIRST_PSEUDO_REGISTER to avoid calling max_reg_num each iteration of the loop. + (load_mems_and_recount_loop_regs_set): Likewise. * i386.c (print_operand): Remove obsolete 'c' docs. |