diff options
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h index cdabfdba058..6629667b1ac 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -1580,6 +1580,7 @@ extern void delete_null_pointer_checks PARAMS ((rtx)); #ifdef BUFSIZ extern void regmove_optimize PARAMS ((rtx, int, FILE *)); #endif +extern void combine_stack_adjustments PARAMS ((void)); /* In reorg.c */ #ifdef BUFSIZ |