used new assure_doms() function
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 8 May 2006 09:37:19 +0000 (09:37 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 8 May 2006 09:37:19 +0000 (09:37 +0000)
ir/be/bechordal.c

index f19e86a..dc37f88 100644 (file)
@@ -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;