X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbespillilp.c;h=457a52d207ebdf06dcb10231f2fbee862edb4827;hb=7a689378511110240ac68f78e20316dc51814c1b;hp=9ebbee6aae7cb3fdf3ee1ec33958d778f9d5b4c5;hpb=67b9a2ff3da2342b66b7124842ccd098df6fdbae;p=libfirm diff --git a/ir/be/bespillilp.c b/ir/be/bespillilp.c index 9ebbee6aa..457a52d20 100644 --- a/ir/be/bespillilp.c +++ b/ir/be/bespillilp.c @@ -635,7 +635,6 @@ void be_spill_ilp(const be_chordal_env_t *chordal_env) memset(&si.stats, 0, sizeof(si.stats)); si.chordal_env = chordal_env; si.obst = &obst; - si.dbg = firm_dbg_register("be.ra.spillilp"); si.senv = be_new_spill_env(si.dbg, chordal_env, is_mem_phi, &si); si.cls = chordal_env->cls; si.lpp = new_lpp(problem_name, lpp_minimize); @@ -645,6 +644,7 @@ void be_spill_ilp(const be_chordal_env_t *chordal_env) si.edges = NULL; si.enable_remat = 0; si.enable_store = 1; + FIRM_DBG_REGISTER(si.dbg, "be.ra.spillilp"); firm_dbg_set_mask(si.dbg, DBG_LEVEL); irg_block_walk_graph(chordal_env->irg, process_block, NULL, &si);