X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbechordal_main.c;h=3922b8f653fca0c87a92f2bdd02e5e30a9b60d82;hb=4a4a64bc6a7bec26b2870746a2873a16579bf413;hp=28dce51a3a7c8f7e3f5601b07aaa80d7b4b4f5e0;hpb=8f3f7a578efc6771ae9489c2a7c579cf06bc22fe;p=libfirm diff --git a/ir/be/bechordal_main.c b/ir/be/bechordal_main.c index 28dce51a3..3922b8f65 100644 --- a/ir/be/bechordal_main.c +++ b/ir/be/bechordal_main.c @@ -484,7 +484,6 @@ static void be_ra_chordal_main(be_irg_t *birg) BE_TIMER_PUSH(t_ra_prolog); - be_assure_dom_front(birg); be_assure_liveness(birg); chordal_env.obst = &obst; @@ -532,7 +531,7 @@ static void be_ra_chordal_main(be_irg_t *birg) } else { post_spill_env_t *pse; - /* the backend has it's own spiller */ + /* the backend has its own spiller */ m = arch_env_get_n_reg_class(arch_env); pse = alloca(m * sizeof(pse[0]));