diff options
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; |