From 7d6d381abbc54e2a2f12343cb909c814c3b8aa84 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Fri, 19 Nov 2004 00:03:14 +0000 Subject: predict.h (predict_insn): Remove extern declaration. * predict.h (predict_insn): Remove extern declaration. * predict.c (predict_insn): Make static. From-SVN: r90884 --- gcc/predict.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/predict.h') diff --git a/gcc/predict.h b/gcc/predict.h index bb9a6a0..17c2c94 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 */ -- cgit v1.1