OSDN Git Service

* flow.c (count_or_remove_death_notes): Equate NULL with the
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Oct 1999 21:45:05 +0000 (21:45 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Oct 1999 21:45:05 +0000 (21:45 +0000)
commit9a308cd8bf6b57961ca7f17fb884ff336ba8f69d
tree694b8a79795d85b96e8abf582b97facd64974497
parent37970d34405738577f608faa5d30fc6a0b7c1059
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30269 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/config/i386/i386.md
gcc/flow.c
gcc/jump.c
gcc/recog.c
gcc/toplev.c