renamed free_dom_and_peace() to free_dom()
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 9 Jan 2006 11:50:55 +0000 (11:50 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 9 Jan 2006 11:50:55 +0000 (11:50 +0000)
ir/be/bemain.c

index d9b2836..9519a37 100644 (file)
@@ -209,7 +209,7 @@ static void prepare_graph(be_main_env_t *s, ir_graph *irg)
        remove_critical_cf_edges(irg);
 
        /* Compute the dominance information. */
-       free_dom_and_peace(irg);
+       free_dom(irg);
        compute_doms(irg);
 
        /* Ensure, that the ir_edges are computed. */