flow.c (count_or_remove_death_notes): Equate NULL with the universal set.
authorRichard Henderson <rth@cygnus.com>
Fri, 29 Oct 1999 21:45:05 +0000 (14:45 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 29 Oct 1999 21:45:05 +0000 (14:45 -0700)
commit3071fab5054b156e506212b86c62d614bd10e284
tree694b8a79795d85b96e8abf582b97facd64974497
parented598dde43da766e72a6abf0f2b4622392b0fecd
flow.c (count_or_remove_death_notes): Equate NULL with the universal set.

        * flow.c (count_or_remove_death_notes): Equate NULL with the
        universal set.

        * jump.c, reg-stack.c, toplev.c: Revert Oct 27 change.
        * toplev.c (rest_of_compilation): Rebuild CFG immediately before
        dbr_schedule.

        * i386.c (pic_label_no): Delete.
        (ix86_attr_length_default): Don't use single_set to peek
        inside a parallel.

        * recog.c (peephole2_optimize): Allow recog_next_insn to index
        the first insn after bb->end.
        * i386.md (push mem peeps): Scratch is live after evaluation
        of the memory.
        (cmp mem peep): Similarly.

From-SVN: r30269
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/config/i386/i386.md
gcc/flow.c
gcc/jump.c
gcc/recog.c
gcc/toplev.c