X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fpredict.h;h=18e57d7706560546f46723a3387b4e65fde4fe79;hb=398d7b2bf98caebd8885c9c274a35a25f539b1e8;hp=0e040410768f355cdca7d507accf0809622540e7;hpb=675d86b2a33c6783fd1c21ae44d47b4fee9e95ea;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/predict.h b/gcc/predict.h index 0e040410768..18e57d77065 100644 --- a/gcc/predict.h +++ b/gcc/predict.h @@ -41,5 +41,6 @@ extern void estimate_bb_frequencies (void); extern const char *predictor_name (enum br_predictor); extern tree build_predict_expr (enum br_predictor, enum prediction); extern void tree_estimate_probability (void); +extern void compute_function_frequency (void); #endif /* GCC_PREDICT_H */