* tree-profile.c (tree_profiling): Cleanup CFG when done.
From-SVN: r202191
This commit is contained in:
parent
93ed07e21a
commit
a64bbb3f89
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -598,6 +598,8 @@ tree_profiling (void)
|
|||
}
|
||||
}
|
||||
|
||||
/* re-merge split blocks. */
|
||||
cleanup_tree_cfg ();
|
||||
update_ssa (TODO_update_ssa);
|
||||
|
||||
rebuild_cgraph_edges ();
|
||||
|
|
Loading…
Add table
Reference in a new issue