OSDN Git Service

(compile_file): Shorten "branch-probabilities" in output of times.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Apr 1997 00:00:04 +0000 (00:00 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Apr 1997 00:00:04 +0000 (00:00 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13948 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/toplev.c

index bb8e48c..67aae1b 100644 (file)
@@ -2719,7 +2719,7 @@ compile_file (name)
          print_time ("cse", cse_time);
          print_time ("loop", loop_time);
          print_time ("cse2", cse2_time);
-         print_time ("branch-probabilities", branch_prob_time);
+         print_time ("branch-prob", branch_prob_time);
          print_time ("flow", flow_time);
          print_time ("combine", combine_time);
          print_time ("sched", sched_time);