From: Jan Hubicka Date: Mon, 2 Sep 2013 22:52:27 +0000 (+0200) Subject: * tree-profile.c (tree_profiling): Cleanup CFG when done. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a64bbb3f8997b97c3f8c049ed7ff1090bf8ee863;p=gcc.git * tree-profile.c (tree_profiling): Cleanup CFG when done. From-SVN: r202191 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 173fda9830b..2af5ff5682d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2013-09-03 Jan Hubicka + + * tree-profile.c (tree_profiling): Cleanup CFG when done. + 2013-09-03 Alan Modra * config.gcc (powerpc*-*-linux*): Add support for little-endian diff --git a/gcc/tree-profile.c b/gcc/tree-profile.c index c9925371839..dd164b53a74 100644 --- a/gcc/tree-profile.c +++ b/gcc/tree-profile.c @@ -598,6 +598,8 @@ tree_profiling (void) } } + /* re-merge split blocks. */ + cleanup_tree_cfg (); update_ssa (TODO_update_ssa); rebuild_cgraph_edges ();