Commit a678e384 by Kazu Hirata Committed by Kazu Hirata

flow.c (recompute_reg_usage): Make it static.

	* flow.c (recompute_reg_usage): Make it static.
	* rtl.h: Remove the prototype for recompute_reg_usage.

From-SVN: r111736
parent b00bf166
...@@ -8,6 +8,9 @@ ...@@ -8,6 +8,9 @@
* cfgloop.c (cancel_loop): Make it static. * cfgloop.c (cancel_loop): Make it static.
* cfgloop.h: Remove the prototype for cancel_loop. * cfgloop.h: Remove the prototype for cancel_loop.
* flow.c (recompute_reg_usage): Make it static.
* rtl.h: Remove the prototype for recompute_reg_usage.
2006-03-05 Kazu Hirata <kazu@codesourcery.com> 2006-03-05 Kazu Hirata <kazu@codesourcery.com>
* recog.c (volatile_mem_p, validate_change_maybe_volatile): * recog.c (volatile_mem_p, validate_change_maybe_volatile):
......
...@@ -4409,7 +4409,7 @@ debug_regset (regset r) ...@@ -4409,7 +4409,7 @@ debug_regset (regset r)
It might be worthwhile to update REG_LIVE_LENGTH, REG_BASIC_BLOCK and It might be worthwhile to update REG_LIVE_LENGTH, REG_BASIC_BLOCK and
possibly other information which is used by the register allocators. */ possibly other information which is used by the register allocators. */
unsigned int static unsigned int
recompute_reg_usage (void) recompute_reg_usage (void)
{ {
allocate_reg_life_data (); allocate_reg_life_data ();
......
...@@ -2133,7 +2133,6 @@ extern rtx move_by_pieces (rtx, rtx, unsigned HOST_WIDE_INT, ...@@ -2133,7 +2133,6 @@ extern rtx move_by_pieces (rtx, rtx, unsigned HOST_WIDE_INT,
unsigned int, int); unsigned int, int);
/* In flow.c */ /* In flow.c */
extern unsigned int recompute_reg_usage (void);
extern void delete_dead_jumptables (void); extern void delete_dead_jumptables (void);
extern void print_rtl_with_bb (FILE *, rtx); extern void print_rtl_with_bb (FILE *, rtx);
extern void dump_flow_info (FILE *, int); extern void dump_flow_info (FILE *, 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