From: Michael Beck Date: Mon, 9 Jan 2006 11:50:55 +0000 (+0000) Subject: renamed free_dom_and_peace() to free_dom() X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=1ca201e4b256fd67ae7f954c819f37d723520da2;p=libfirm renamed free_dom_and_peace() to free_dom() --- diff --git a/ir/be/bemain.c b/ir/be/bemain.c index d9b283673..9519a37ed 100644 --- a/ir/be/bemain.c +++ b/ir/be/bemain.c @@ -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. */