summaryrefslogtreecommitdiff
path: root/gcc/tree-profile.c
diff options
context:
space:
mode:
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2013-09-02 22:52:27 +0000
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2013-09-02 22:52:27 +0000
commit2701a3fd770a28bf33d81dfca6ba47b163c38023 (patch)
tree6a7cb6686855745349b4efa116306aa082c2c2cd /gcc/tree-profile.c
parent24038ccccdc58845d962ce196769a32b7e134157 (diff)
downloadgcc-2701a3fd770a28bf33d81dfca6ba47b163c38023.tar.gz
* tree-profile.c (tree_profiling): Cleanup CFG when done.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@202191 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-profile.c')
-rw-r--r--gcc/tree-profile.c2
1 files changed, 2 insertions, 0 deletions
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 ();