From d2d26453c41f862900ac3b5fdb0c1c834a147b20 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=B6tz=20Lindenmaier?= Date: Tue, 16 Nov 2004 17:18:08 +0000 Subject: [PATCH] removed debug output [r4411] --- ir/opt/strength_red.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ir/opt/strength_red.c b/ir/opt/strength_red.c index ddaa52b89..d92c65fe6 100644 --- a/ir/opt/strength_red.c +++ b/ir/opt/strength_red.c @@ -580,12 +580,13 @@ void reduce_strength(ir_graph *irg) { /* -- Search expressions that can be optimized -- */ irg_walk_graph(irg, NULL, reduce_itervar, NULL); - if (get_opt_strength_red_verbose()) + if (get_opt_strength_red_verbose()) { printf ("\n %d made new_phis und ", n_made_new_phis); printf("reduced %d iteration variables " "in \n graph %s.%s.\n", n_reduced_expressions, get_type_name(get_entity_owner(get_irg_entity(irg))), get_entity_name(get_irg_entity(irg))); + } current_ir_graph = rem; } -- 2.20.1