mirror of git://gcc.gnu.org/git/gcc.git
* tree-profile.c (tree_profiling): Cleanup CFG when done.
From-SVN: r202191
This commit is contained in:
parent
93ed07e21a
commit
a64bbb3f89
|
|
@ -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>
|
2013-09-03 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
* config.gcc (powerpc*-*-linux*): Add support for little-endian
|
* 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);
|
update_ssa (TODO_update_ssa);
|
||||||
|
|
||||||
rebuild_cgraph_edges ();
|
rebuild_cgraph_edges ();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue