From 5feaf259238e09923d9d46744a4e42eb23895a8b Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 8 May 2006 09:37:19 +0000 Subject: [PATCH] used new assure_doms() function --- ir/be/bechordal.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- 2.20.1