Commit 7d6d381a by Ben Elliston Committed by Ben Elliston

predict.h (predict_insn): Remove extern declaration.

	* predict.h (predict_insn): Remove extern declaration.
	* predict.c (predict_insn): Make static.

From-SVN: r90884
parent 4eeca74f
2004-11-19 Ben Elliston <bje@au.ibm.com>
* predict.h (predict_insn): Remove extern declaration.
* predict.c (predict_insn): Make static.
2004-11-19 Alan Modra <amodra@bigpond.net.au>
* config/rs6000/rs6000.c (function_arg): Don't return BLKmode regs.
......
......@@ -177,7 +177,7 @@ tree_predicted_by_p (basic_block bb, enum br_predictor predictor)
return false;
}
void
static void
predict_insn (rtx insn, enum br_predictor predictor, int probability)
{
if (!any_condjump_p (insn))
......
......@@ -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 */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment