removed dumper call
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 2 Jan 2006 15:49:33 +0000 (15:49 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 2 Jan 2006 15:49:33 +0000 (15:49 +0000)
[r7186]

ir/opt/loop_unrolling.c

index dff83ef..d4a3e31 100644 (file)
@@ -947,7 +947,6 @@ void optimize_loop_unrolling(ir_graph *irg /* unroll factor, max body size */)
   compute_loop_info(irg);
   /* Call algorithm that computes the backedges */
   // construct_cf_backedges(irg);
-  dump_loop_tree(current_ir_graph, "-deadlooptree");
 
   /* Call algorithm that computes the dominator trees. */
   compute_doms(irg);