Disabled debug
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 14 Feb 2005 15:54:33 +0000 (15:54 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 14 Feb 2005 15:54:33 +0000 (15:54 +0000)
[r5123]

ir/opt/reassoc.c
ir/opt/reassoc.h

index 2eac1d8..4fe6bdc 100644 (file)
@@ -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");
 }
index a84ab02..72782bf 100644 (file)
@@ -13,6 +13,7 @@
  * @file reassoc.h
  *
  * Reassociation optimization.
+ * Uses the "firm.opt.reassoc" debug space
  *
  * @author Michael Beck
  */
@@ -30,6 +31,8 @@
  *
  * See Muchnik 12.3.1 Algebraic Simplification and Reassociation of
  * Addressing Expressions.
+ *
+ *
  */
 void optimize_reassociation(ir_graph *irg);