(find_and_verify_loops): When moving blocks of code, verify that the just destination...
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 26 Jul 1995 12:43:24 +0000 (08:43 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 26 Jul 1995 12:43:24 +0000 (08:43 -0400)
commitedf711a4e4e345ea0c165d7ad3b823b81360d43a
treeff34715c19a84dbb2b8dc93e02b274fd4e5fdc8b
parentaa6b6385f2b1aa288907cc7adbd0b5b839707a94
(find_and_verify_loops): When moving blocks of code, verify that the just destination is not in an inner nested loop.

(find_and_verify_loops): When moving blocks of code, verify that the
just destination is not in an inner nested loop.
(mark_loop_jump): Don't mark label as loop exit if it jumps to an
inner nested loop.

From-SVN: r10164
gcc/loop.c