Commit 1c765770 by Kazu Hirata Committed by Kazu Hirata

global.c (global_alloc): Make it static.

	* global.c (global_alloc): Make it static.
	* rtl.h: Remove the prototype for global_alloc.

From-SVN: r109771
parent 5f180d36
2006-01-16 Kazu Hirata <kazu@codesourcery.com>
* global.c (global_alloc): Make it static.
* rtl.h: Remove the prototype for global_alloc.
2006-01-16 Richard Guenther <rguenther@suse.de> 2006-01-16 Richard Guenther <rguenther@suse.de>
* tree-ssa-alias.c (struct used_part): Add write_only field. * tree-ssa-alias.c (struct used_part): Add write_only field.
......
...@@ -332,7 +332,7 @@ static void make_accurate_live_analysis (void); ...@@ -332,7 +332,7 @@ static void make_accurate_live_analysis (void);
Return value is nonzero if reload failed Return value is nonzero if reload failed
and we must not do any more for this function. */ and we must not do any more for this function. */
int static int
global_alloc (FILE *file) global_alloc (FILE *file)
{ {
int retval; int retval;
......
...@@ -2043,7 +2043,6 @@ extern void gcse_after_reload_main (rtx); ...@@ -2043,7 +2043,6 @@ extern void gcse_after_reload_main (rtx);
/* In global.c */ /* In global.c */
extern void mark_elimination (int, int); extern void mark_elimination (int, int);
extern int global_alloc (FILE *);
extern void dump_global_regs (FILE *); extern void dump_global_regs (FILE *);
#ifdef HARD_CONST #ifdef HARD_CONST
/* Yes, this ifdef is silly, but HARD_REG_SET is not always defined. */ /* Yes, this ifdef is silly, but HARD_REG_SET is not always defined. */
......
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