Commit 116758a7 by Richard Kenner

(compile_file): Shorten "branch-probabilities" in output of times.

From-SVN: r13948
parent 388320a5
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment