From 116758a7279462ae7a8546c9c94a2de8efe08adf Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sun, 20 Apr 1997 20:00:04 -0400 Subject: [PATCH] (compile_file): Shorten "branch-probabilities" in output of times. From-SVN: r13948 --- gcc/toplev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.30.2