loop.c (find_and_verify_loops): When attempting to move insns from inside the loop...
authorJeffrey A Law <law@cygnus.com>
Sat, 17 Jan 1998 21:50:05 +0000 (21:50 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 17 Jan 1998 21:50:05 +0000 (14:50 -0700)
commit72ec635f5a09e342acee7752e305be4b49023fee
tree1f2c3ee528dc36eff6e8def1f98e791d86d5fa08
parentd9a3317a6806010861b6f640ca1cc76e2044fefc
loop.c (find_and_verify_loops): When attempting to move insns from inside the loop outside the loop...

        * loop.c (find_and_verify_loops): When attempting to move insns from
        inside the loop outside the loop, create a BARRIER if no suitable
        one was found.

From-SVN: r17399
gcc/ChangeLog
gcc/loop.c