From bbd236a198069ed5a9e9526b99f70f406c30e5c0 Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Sat, 25 Sep 2004 12:06:18 +0200 Subject: predict.c (counts_to_freqs): Make glolbal. * predict.c (counts_to_freqs): Make glolbal. * predict.h (counts_to_freqa): Declare. * profile.c (compute_branch_probabilities): Compute frequencies * tree-profile.c (do_tree_profiling): Refine conditional on when tree profiling pass is needed. From-SVN: r88093 --- gcc/profile.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/profile.c') diff --git a/gcc/profile.c b/gcc/profile.c index 7b04bfd..3f48be6 100644 --- a/gcc/profile.c +++ b/gcc/profile.c @@ -590,6 +590,7 @@ compute_branch_probabilities (void) num_branches++, num_never_executed; } } + counts_to_freqs (); if (dump_file) { -- cgit v1.1