rtlanal.c (multiple_sets): New function.
authorJeffrey A Law <law@cygnus.com>
Sat, 12 Dec 1998 23:03:54 +0000 (23:03 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 12 Dec 1998 23:03:54 +0000 (16:03 -0700)
commit941c63ac30be855420bc79b702355594712cff90
tree8cb9f662656a67c7745f1ade226aa8d33838a4e0
parent8d4c79be50f79381b6306600b304ea3182a8d63c
rtlanal.c (multiple_sets): New function.

        * rtlanal.c (multiple_sets): New function.
        * rtl.h (multiple_sets): Declare it.
        * local-alloc.c (wipe_dead_reg): Use it.
        * global.c (global_conflicts): Likewise.
Should fix the m68k bootstrap problems.

From-SVN: r24283
gcc/ChangeLog
gcc/global.c
gcc/local-alloc.c
gcc/rtl.h
gcc/rtlanal.c