OSDN Git Service

* rtl.h (only_sets_cc0_p): New prototype.
authorwehle <wehle@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Aug 2001 19:25:43 +0000 (19:25 +0000)
committerwehle <wehle@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Aug 2001 19:25:43 +0000 (19:25 +0000)
commit2dcd83baa56239678afd819a18c1069cb2468c01
treef447cb6b2c6dd7264add243638d8718cd3935065
parent9e644d8fbc8d4fd070c9c57d273938a2f6caf3b0
* rtl.h (only_sets_cc0_p): New prototype.
* jump.c (sets_cc0_p): Handle INSN.
(only_sets_cc0_p): New function.
* flow.c (merge_blocks_nomove): Use only_sets_cc0_p.
(tidy_fallthru_edge): Likewise.
* integrate.c (copy_insn_list): Likewise.
* unroll.c (unroll_loop): Likewise.
(copy_loop_body): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44927 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/flow.c
gcc/integrate.c
gcc/jump.c
gcc/rtl.h
gcc/unroll.c