diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-01-16 21:04:19 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-01-16 21:04:19 +0000 |
commit | 1c765770ae6f76240a6303bf0085a8e1ab83591c (patch) | |
tree | 7bd5395728a9b5031d7319acfbaec2c8472c3726 /gcc/global.c | |
parent | 5f180d367fa8c305fd4314fb2dc888c629b41286 (diff) | |
download | gcc-1c765770ae6f76240a6303bf0085a8e1ab83591c.zip gcc-1c765770ae6f76240a6303bf0085a8e1ab83591c.tar.gz gcc-1c765770ae6f76240a6303bf0085a8e1ab83591c.tar.bz2 |
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
Diffstat (limited to 'gcc/global.c')
-rw-r--r-- | gcc/global.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/global.c b/gcc/global.c index e88e101..defaeaf 100644 --- a/gcc/global.c +++ b/gcc/global.c @@ -332,7 +332,7 @@ static void make_accurate_live_analysis (void); Return value is nonzero if reload failed and we must not do any more for this function. */ -int +static int global_alloc (FILE *file) { int retval; |