tree-cfg.c (replace_loop_annotate_in_block): New function extracted from...
authorEric Botcazou <ebotcazou@adacore.com>
Sat, 15 Nov 2014 12:34:20 +0000 (12:34 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 15 Nov 2014 12:34:20 +0000 (12:34 +0000)
commit8a9b4fa113286697f34dc57ffb1af08108080c9a
tree081ab31c4d445cce3f0630d61493e9f6ccbb4777
parentd03f2c17a2152d2398ad30718d8f050fcd1304a0
tree-cfg.c (replace_loop_annotate_in_block): New function extracted from...

* tree-cfg.c (replace_loop_annotate_in_block): New function extracted
from...
(replace_loop_annotate): ...here.  Call it on the header and on the
latch block, if any.  Restore proper behavior of final cleanup.

From-SVN: r217602
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gnat.dg/opt44.adb [new file with mode: 0644]
gcc/testsuite/gnat.dg/opt44.ads [new file with mode: 0644]
gcc/tree-cfg.c