From: Michael Beck Date: Wed, 30 Aug 2006 09:25:37 +0000 (+0000) Subject: fixed debug output string X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=9769cadd5c430154acd9c47fcb9cc601db6d3513;p=libfirm fixed debug output string [r8140] --- 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); } }