* cfgloopmanip.c (update_single_exit_for_duplicated_loop,
authorrakdver <rakdver@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 12 Nov 2006 18:20:03 +0000 (18:20 +0000)
committerrakdver <rakdver@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 12 Nov 2006 18:20:03 +0000 (18:20 +0000)
commit56743459ef01d1123da77ce237b73dfbfd49badd
tree8d48fdb7d07dc37f4d2f16a51dc3192fbda851c1
parentd71e17011aefd0cd454a9984a026cd1a3c2f40d6
* cfgloopmanip.c (update_single_exit_for_duplicated_loop,
update_single_exit_for_duplicated_loops): New functions.
(duplicate_loop_to_header_edge): Use
update_single_exit_for_duplicated_loops.
* tree-ssa-loop-manip.c (tree_unroll_loop): Call verification
functions only with ENABLE_CHECKING.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118726 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cfgloopmanip.c
gcc/tree-ssa-loop-manip.c