X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbecopystat.c;h=7ee6361e4feeb6fb6bffa29ccf1932c4e6cd41ec;hb=6e3e499d6c68aee0c6a9ada6a99f16c4f6f8445b;hp=1a4c195abeca3a9cc77b22206ebcfff496d1f749;hpb=87d3e7eba011a02e25e216fc299dd41f82d6e30d;p=libfirm diff --git a/ir/be/becopystat.c b/ir/be/becopystat.c index 1a4c195ab..7ee6361e4 100644 --- a/ir/be/becopystat.c +++ b/ir/be/becopystat.c @@ -100,7 +100,7 @@ static pset *all_copy_nodes; static ir_graph *last_irg; void copystat_init(void) { - dbg = firm_dbg_register("ir.be.copystat"); + FIRM_DBG_REGISTER(dbg, "ir.be.copystat"); firm_dbg_set_mask(dbg, DEBUG_LVL); all_phi_nodes = pset_new_ptr_default();