diff options
Diffstat (limited to 'gcc/function.c')
-rw-r--r-- | gcc/function.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/function.c b/gcc/function.c index f5da84c..b7a0896 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -1657,7 +1657,7 @@ instantiate_decls (tree fndecl) /* Pass through the INSNS of function FNDECL and convert virtual register references to hard register references. */ -void +static void instantiate_virtual_regs (void) { rtx insn; |