* cfgloopmanip.c (copy_loop_info): New function.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Oct 2012 19:50:16 +0000 (19:50 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Oct 2012 19:50:16 +0000 (19:50 +0000)
commitefa7c5bd00b742436264f1da72451c1c6dde0c6e
tree0946728541035742ddd41dc817f634a847ab85d2
parentc790d986e9dd6ed28f63452faf024e049a323546
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@192543 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cfgloop.h
gcc/cfgloopmanip.c
gcc/loop-unswitch.c