]> git.ipfire.org Git - thirdparty/gcc.git/commit
cfgloopmanip.c (loopify): Take two more arguments true_edge and false_edge.
authorKazu Hirata <kazu@cs.umass.edu>
Mon, 25 Oct 2004 21:46:18 +0000 (21:46 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 25 Oct 2004 21:46:18 +0000 (21:46 +0000)
commit5132abc2a854979cf96b725ee0aaef2cd3121799
treebae5635c52da0ceca84728ad777ac4425db8d162
parent3401a17fcbee4b9524111a94ddd5208661ad39ce
cfgloopmanip.c (loopify): Take two more arguments true_edge and false_edge.

* cfgloopmanip.c (loopify): Take two more arguments true_edge
and false_edge.
* cfgloop.h: Adjust the corresponding prototype.
* loop-unswitch.c (unswitch_loop): Adjust a call to loopify.
* tree-ssa-loop-manip.c (tree_ssa_loop_version): Likewise.

From-SVN: r89555
gcc/ChangeLog
gcc/cfgloop.h
gcc/cfgloopmanip.c
gcc/loop-unswitch.c
gcc/tree-ssa-loop-manip.c