summaryrefslogtreecommitdiff
path: root/gcc/predict.h
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2004-11-19 00:03:14 +0000
committerBen Elliston <bje@gcc.gnu.org>2004-11-19 11:03:14 +1100
commit7d6d381abbc54e2a2f12343cb909c814c3b8aa84 (patch)
treecaa5eb1ab6af5253bdb36f00fac1fccc796f9184 /gcc/predict.h
parent4eeca74f4cd09d72bb23add8ec36daeb8b6b0543 (diff)
downloadgcc-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.h1
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 */