loop.c (scan_loop): Count down from max_reg_num - 1 to FIRST_PSEUDO_REGISTER to avoid...
authorJeffrey A Law <law@cygnus.com>
Thu, 27 Aug 1998 23:11:32 +0000 (23:11 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 27 Aug 1998 23:11:32 +0000 (17:11 -0600)
commit3568fdd276afa934f3e5cf3dd6601a3663abecef
treed7e3a190c56792f6f460c7075a7ef5ac5a59933b
parent3d55c13000501bcc627fe4afb803eb8ca00a37ac
loop.c (scan_loop): Count down from max_reg_num - 1 to FIRST_PSEUDO_REGISTER to avoid calilng...

        * loop.c (scan_loop): Count down from max_reg_num - 1 to
        FIRST_PSEUDO_REGISTER to avoid calilng max_reg_num each iteration
        of the loop.

From-SVN: r22043
gcc/ChangeLog
gcc/loop.c