* toplev.c (rest_of_compilation): Add CLEANUP_UPDATE_LIFE to cfg_cleanup
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Mar 2002 10:10:13 +0000 (10:10 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Mar 2002 10:10:13 +0000 (10:10 +0000)
commitb65ae28bc94ea0976062738a56aafa7542943a3e
tree43fec42013e1f42932ed89af0a56c4423c96c03d
parent89d762ad57ccb76b41604d029700859c40614461
* toplev.c (rest_of_compilation): Add CLEANUP_UPDATE_LIFE to cfg_cleanup
call after liveness analysis.

* recog.c (split_insn): Use delete_insn_and_edges.

* cfgrtl.c (verify_flow_info): Be permisive about non-any_condjump
instructions to have branch prediction notes.
* ia64reorg.c (ia64_reorg): Do not rebuild CFG.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50765 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cfgrtl.c
gcc/config/ia64/ia64.c
gcc/recog.c
gcc/toplev.c