fixed debug output string
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 30 Aug 2006 09:25:37 +0000 (09:25 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 30 Aug 2006 09:25:37 +0000 (09:25 +0000)
[r8140]

ir/opt/tropt.c

index 393b049..a422615 100644 (file)
@@ -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);
   }
 }