More efficient version of Jul 10 bugfix of mine, as discussed on egcs-patches.
authorDavid S. Miller <davem@pierdol.cobaltmicro.com>
Mon, 13 Jul 1998 03:34:12 +0000 (03:34 +0000)
committerDavid S. Miller <davem@gcc.gnu.org>
Mon, 13 Jul 1998 03:34:12 +0000 (20:34 -0700)
commitf903b91f37ac738712b8a6494ce261ebccaad9c1
tree13bf604991dc573e48b0831d75446e37541a2e97
parent1b07eafaae2a861b9afe080be61cbfc4cdf75c66
More efficient version of Jul 10 bugfix of mine, as discussed on egcs-patches.

More efficient version of Jul 10 bugfix of mine, as
discussed on egcs-patches.
* regclass.c (reg_scan_mark_refs): New arg min_regno.  Only update
regscan information for REGs with numbers greater than or equal to
this.  All callers changed.
(reg_scan_update): New function to efficiently update regscan
information on the fly.
* rtl.h: Add prototype.
* jump.c (jump_optimize): Call it when we make a transformation
which generates new pseudo-REGs.

From-SVN: r21096
gcc/ChangeLog
gcc/jump.c
gcc/regclass.c
gcc/rtl.h