From: Michael Beck Date: Mon, 8 May 2006 09:37:19 +0000 (+0000) Subject: used new assure_doms() function X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=5feaf259238e09923d9d46744a4e42eb23895a8b;p=libfirm used new assure_doms() function --- diff --git a/ir/be/bechordal.c b/ir/be/bechordal.c index f19e86a33..dc37f886c 100644 --- a/ir/be/bechordal.c +++ b/ir/be/bechordal.c @@ -809,8 +809,7 @@ void be_ra_chordal_color(be_chordal_env_t *chordal_env) ir_graph *irg = chordal_env->irg; - if(get_irg_dom_state(irg) != dom_consistent) - compute_doms(irg); + assure_doms(irg); env.chordal_env = chordal_env; env.colors_n = colors_n;