summaryrefslogtreecommitdiffstats
path: root/gcc/toplev.c
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1997-04-21 00:00:04 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1997-04-21 00:00:04 +0000
commitf9a5015bd438e6f5c97ff66da027801da0c002d6 (patch)
tree09630392c1745d77edaf037ba7e5126f27e5317f /gcc/toplev.c
parent15da4dfca580844af95ee8029927f062503e305b (diff)
downloadppe42-gcc-f9a5015bd438e6f5c97ff66da027801da0c002d6.tar.gz
ppe42-gcc-f9a5015bd438e6f5c97ff66da027801da0c002d6.zip
(compile_file): Shorten "branch-probabilities" in output of times.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13948 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r--gcc/toplev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c
index bb8e48cc3c0..67aae1bb11c 100644
--- a/gcc/toplev.c
+++ b/gcc/toplev.c
@@ -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);
OpenPOWER on IntegriCloud