PR optimization/13985
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 23 Apr 2004 22:01:35 +0000 (22:01 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 23 Apr 2004 22:01:35 +0000 (22:01 +0000)
commit82233aadd996c9e2144cae56d940076cea1d0e54
tree23910f8a83c06830e31193db62701766afc5624d
parent4748171af0a3b161a4e1688b4ee1d2ab14fdc6ef
PR optimization/13985
* cfgloopmanip.c (fix_loop_placements): New prototype.
Call fix_bb_placements on the preheader of loops that have
been reparented.
(remove_path): Adjust call to fix_loop_placements.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81112 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cfgloopmanip.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/loop-3.c [new file with mode: 0644]