Commit 57c8b089 by Kazu Hirata Committed by Kazu Hirata

local-alloc.c (local_alloc): Make it static.

	* local-alloc.c (local_alloc): Make it static.
	* rtl.h: Remove the prototype for local_alloc.

From-SVN: r109794
parent d6108e89
......@@ -3,6 +3,9 @@
* ifcvt.c (if_convert): Make it static.
* rtl.h: Remove the prototype for if_convert.
* local-alloc.c (local_alloc): Make it static.
* rtl.h: Remove the prototype for local_alloc.
2006-01-16 DJ Delorie <dj@redhat.com>
* reload.c (reg_overlap_mentioned_for_reload_p): Handle subregs of
......
......@@ -338,7 +338,7 @@ alloc_qty (int regno, enum machine_mode mode, int size, int birth)
/* Main entry point of this file. */
int
static int
local_alloc (void)
{
int i;
......
......@@ -2081,7 +2081,6 @@ extern void dbr_schedule (rtx, FILE *);
/* In local-alloc.c */
extern void dump_local_alloc (FILE *);
extern int local_alloc (void);
/* In reload1.c */
extern int function_invariant_p (rtx);
......
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