diff options
Diffstat (limited to 'gcc/reg-stack.c')
-rw-r--r-- | gcc/reg-stack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reg-stack.c b/gcc/reg-stack.c index 2811a6b..fc59118 100644 --- a/gcc/reg-stack.c +++ b/gcc/reg-stack.c @@ -3023,7 +3023,7 @@ convert_regs (FILE *file) code duplication created when the converter inserts pop insns on the edges. */ -bool +static bool reg_to_stack (FILE *file) { basic_block bb; |