From: hubicka Date: Tue, 11 May 2010 08:27:29 +0000 (+0000) Subject: * matrix-reorg.c (matrix_reorg): Rebuild edges. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67362b2336c6e1e776081f05e768883a0e2c87cb;p=thirdparty%2Fgcc.git * matrix-reorg.c (matrix_reorg): Rebuild edges. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159263 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1fd3e791561f..5180463db764 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-05-11 Jan Hubicka + + * matrix-reorg.c (matrix_reorg): Rebuild edges. + 2010-05-11 Jan Hubicka * lto-streamer.c (lto_streamer_cache_add_to_node_array, diff --git a/gcc/matrix-reorg.c b/gcc/matrix-reorg.c index 90e21e57e720..c4579edb94a8 100644 --- a/gcc/matrix-reorg.c +++ b/gcc/matrix-reorg.c @@ -2380,6 +2380,7 @@ matrix_reorg (void) gimple_register_cfg_hooks (); record_all_accesses_in_func (); htab_traverse (matrices_to_reorg, transform_access_sites, NULL); + cgraph_rebuild_references (); free_dominance_info (CDI_DOMINATORS); free_dominance_info (CDI_POST_DOMINATORS); pop_cfun ();