Commit d6108e89 by Kazu Hirata Committed by Kazu Hirata

ifcvt.c (if_convert): Make it static.

	* ifcvt.c (if_convert): Make it static.
	* rtl.h: Remove the prototype for if_convert.

From-SVN: r109793
parent 838f78d6
2006-01-16 Kazu Hirata <kazu@codesourcery.com>
* ifcvt.c (if_convert): Make it static.
* rtl.h: Remove the prototype for if_convert.
2006-01-16 DJ Delorie <dj@redhat.com>
* reload.c (reg_overlap_mentioned_for_reload_p): Handle subregs of
......
......@@ -3786,7 +3786,7 @@ dead_or_predicable (basic_block test_bb, basic_block merge_bb,
/* Main entry point for all if-conversion. */
void
static void
if_convert (int x_life_data_ok)
{
basic_block bb;
......
......@@ -2156,9 +2156,6 @@ extern GTY(()) rtx stack_limit_rtx;
extern void regrename_optimize (void);
extern void copyprop_hardreg_forward (void);
/* In ifcvt.c */
extern void if_convert (int);
/* In predict.c */
extern void invert_br_probabilities (rtx);
extern bool expensive_function_p (int);
......
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