jump.c (jump_optimize_1): Also move LOOP_VTOP and LOOP_CONT notes when presented...
authorJeffrey A Law <law@cygnus.com>
Tue, 2 Nov 1999 07:22:47 +0000 (07:22 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 2 Nov 1999 07:22:47 +0000 (00:22 -0700)
commita5a06a788d52cfc83553ad958da3af4c3e195f0d
tree5eb217c3af7375b25d382b4824a74159c1092318
parentd269eb53b15547297d21c9499744084a1c042b06
jump.c (jump_optimize_1): Also move LOOP_VTOP and LOOP_CONT notes when presented with "if (foo) break...

        * jump.c (jump_optimize_1): Also move LOOP_VTOP and LOOP_CONT
        notes when presented with "if (foo) break; end_of_loop" and
        the break sequence gets moved out of the loop.

From-SVN: r30338
gcc/ChangeLog
gcc/jump.c