Commit ece02605 by Jan Hubicka Committed by Jan Hubicka

* matrix-reorg.c (matrix_reorg): Rebuild edges.

From-SVN: r159263
parent 979aeb33
2010-05-11 Jan Hubicka <jh@suse.cz>
* matrix-reorg.c (matrix_reorg): Rebuild edges.
2010-05-11 Jan Hubicka <jh@suse.cz>
* lto-streamer.c (lto_streamer_cache_add_to_node_array,
lto_streamer_cache_delete): Put nodes into heap.
* lto-streamer.h (struct lto_streamer_cache_d): Nodes vector is in
......
......@@ -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 ();
......
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