* tree-profile.c (tree_profiling): Cleanup CFG when done.

From-SVN: r202191
This commit is contained in:
Jan Hubicka 2013-09-03 00:52:27 +02:00 committed by Jan Hubicka
parent 93ed07e21a
commit a64bbb3f89
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-09-03 Jan Hubicka <jh@suse.cz>
* tree-profile.c (tree_profiling): Cleanup CFG when done.
2013-09-03 Alan Modra <amodra@gmail.com>
* config.gcc (powerpc*-*-linux*): Add support for little-endian

View File

@ -598,6 +598,8 @@ tree_profiling (void)
}
}
/* re-merge split blocks. */
cleanup_tree_cfg ();
update_ssa (TODO_update_ssa);
rebuild_cgraph_edges ();