diff options
author | Ben Elliston <bje@au.ibm.com> | 2004-11-19 00:03:14 +0000 |
---|---|---|
committer | Ben Elliston <bje@gcc.gnu.org> | 2004-11-19 11:03:14 +1100 |
commit | 7d6d381abbc54e2a2f12343cb909c814c3b8aa84 (patch) | |
tree | caa5eb1ab6af5253bdb36f00fac1fccc796f9184 /gcc/predict.h | |
parent | 4eeca74f4cd09d72bb23add8ec36daeb8b6b0543 (diff) | |
download | gcc-7d6d381abbc54e2a2f12343cb909c814c3b8aa84.tar.gz |
predict.h (predict_insn): Remove extern declaration.
* predict.h (predict_insn): Remove extern declaration.
* predict.c (predict_insn): Make static.
From-SVN: r90884
Diffstat (limited to 'gcc/predict.h')
-rw-r--r-- | gcc/predict.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/predict.h b/gcc/predict.h index bb9a6a0b0ae..17c2c948a88 100644 --- a/gcc/predict.h +++ b/gcc/predict.h @@ -40,7 +40,6 @@ enum prediction #define IS_TAKEN 1 /* Predict edges to the block as taken. */ extern void predict_insn_def (rtx, enum br_predictor, enum prediction); -extern void predict_insn (rtx, enum br_predictor, int); extern int counts_to_freqs (void); #endif /* GCC_PREDICT_H */ |