Disabled debugging
authorSebastian Hack <hack@ipd.info.uni-karlsruhe.de>
Mon, 14 Feb 2005 10:19:57 +0000 (10:19 +0000)
committerSebastian Hack <hack@ipd.info.uni-karlsruhe.de>
Mon, 14 Feb 2005 10:19:57 +0000 (10:19 +0000)
[r5109]

ir/opt/ifconv.c

index 629a19a..c55246d 100644 (file)
@@ -789,7 +789,7 @@ void opt_if_conv(ir_graph *irg, opt_if_conv_info_t *params)
 
        /* Init the debug stuff. */
        dbg = firm_dbg_register("firm.opt.ifconv");
-       firm_dbg_set_mask(dbg, -1);
+       firm_dbg_set_mask(dbg, 0);
 
        /* Ensure, that the dominators are computed. */
        compute_doms(irg);