From 9769cadd5c430154acd9c47fcb9cc601db6d3513 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 30 Aug 2006 09:25:37 +0000 Subject: [PATCH] fixed debug output string [r8140] --- ir/opt/tropt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/opt/tropt.c b/ir/opt/tropt.c index 393b049c5..a4226154c 100644 --- a/ir/opt/tropt.c +++ b/ir/opt/tropt.c @@ -417,7 +417,7 @@ void optimize_class_casts(void) { set_irg_outs_inconsistent(get_irp_irg(i)); if (get_opt_optimize_class_casts_verbose() && get_firm_verbosity()) { - printf(" Cast optimization: %d Casts removed, %d sels concretized.\n", + printf(" Cast optimization: %d Casts removed, %d Sels concretized.\n", n_casts_removed, n_sels_concretized); } } -- 2.20.1