From: Michael Beck Date: Mon, 2 Jan 2006 15:49:33 +0000 (+0000) Subject: removed dumper call X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=ea1740dd87defdc5c8aea3b7d9de35bdd03ff858;p=libfirm removed dumper call [r7186] --- diff --git a/ir/opt/loop_unrolling.c b/ir/opt/loop_unrolling.c index dff83ef0a..d4a3e3131 100644 --- a/ir/opt/loop_unrolling.c +++ b/ir/opt/loop_unrolling.c @@ -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);