flow.c (propagate_block): Replace code that computes and uses regs_sometimes_live...
authorBernd Schmidt <crux@pool.informatik.rwth-aachen.de>
Sat, 17 Oct 1998 01:38:15 +0000 (01:38 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 17 Oct 1998 01:38:15 +0000 (19:38 -0600)
commitf8dd7f9883b1c1b8707a9a2ef47f2c1a93ab141d
treea35462fddc989356efe72938f1947c653a458399
parent0a578fee772469fe17168079f48b5b1a37b30522
flow.c (propagate_block): Replace code that computes and uses regs_sometimes_live with simpler code that...

        * flow.c (propagate_block): Replace code that computes and uses
        regs_sometimes_live with simpler code that just walks the set of
        currently live registers.

From-SVN: r23148
gcc/ChangeLog
gcc/flow.c