X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Freassoc.c;h=4fe6bdc59e7cca173bc5b3cabe497a2c70830ac2;hb=f0f554a0809f95fcd6e354acf7c61ae5c543f8c9;hp=2eac1d8b7e03dd7eba11cf2ca322136d8f1a6789;hpb=61d40f81f13292e470cfd34a05952657321dec6d;p=libfirm diff --git a/ir/opt/reassoc.c b/ir/opt/reassoc.c index 2eac1d8b7..4fe6bdc59 100644 --- a/ir/opt/reassoc.c +++ b/ir/opt/reassoc.c @@ -373,6 +373,5 @@ void firm_init_reassociation(void) INIT(Eor); #undef INIT - dbg = firm_dbg_register("firm.opt.reassoc"); - firm_dbg_set_mask(dbg, -1); + dbg = firm_dbg_register("firm.opt.reassoc"); }