Commit a64bbb3f by Jan Hubicka Committed by Jan Hubicka

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

From-SVN: r202191
parent 93ed07e2
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
......
......@@ -598,6 +598,8 @@ tree_profiling (void)
}
}
/* re-merge split blocks. */
cleanup_tree_cfg ();
update_ssa (TODO_update_ssa);
rebuild_cgraph_edges ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment