]> git.ipfire.org Git - thirdparty/gcc.git/commit
cfgloopmanip.c (copy_loop_info): New function.
authorJan Hubicka <jh@suse.cz>
Wed, 17 Oct 2012 19:50:16 +0000 (21:50 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Wed, 17 Oct 2012 19:50:16 +0000 (19:50 +0000)
commitbf45c4c0c13c77791f8ec5325706baef32ce6644
tree0946728541035742ddd41dc817f634a847ab85d2
parentb7442c2fe0e28b96f0789d41132849b7c99402d4
cfgloopmanip.c (copy_loop_info): New function.

* cfgloopmanip.c (copy_loop_info): New function.
(duplicate_loop): Use it.
(loop_version): Use it.
* loop-unswitch.c (unswitch_loop): Use it.
* cfgloop.h (copy_loop_info): Declare.

From-SVN: r192543
gcc/ChangeLog
gcc/cfgloop.h
gcc/cfgloopmanip.c
gcc/loop-unswitch.c