summaryrefslogtreecommitdiff
path: root/gcc/predict.h
diff options
context:
space:
mode:
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-19 00:03:14 +0000
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-19 00:03:14 +0000
commitaa157ca4880738c17313f153d131c0a7bb65163b (patch)
treecaa5eb1ab6af5253bdb36f00fac1fccc796f9184 /gcc/predict.h
parentcc1759d7188e65479c4ac1ef3d7523dfa6f36aae (diff)
downloadgcc-aa157ca4880738c17313f153d131c0a7bb65163b.tar.gz
* predict.h (predict_insn): Remove extern declaration.
* predict.c (predict_insn): Make static. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90884 138bc75d-0d04-0410-961f-82ee72b054a4
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 */