diff options
Diffstat (limited to 'gcc/integrate.c')
-rw-r--r-- | gcc/integrate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/integrate.c b/gcc/integrate.c index 865b4bb6faa..4e5d80cc2b6 100644 --- a/gcc/integrate.c +++ b/gcc/integrate.c @@ -1625,11 +1625,11 @@ copy_rtx_and_substitute (orig, map, for_lhs) { rtx loc, seq; int size = get_func_frame_size (DECL_SAVED_INSNS (map->fndecl)); +#ifdef FRAME_GROWS_DOWNWARD int alignment = (DECL_SAVED_INSNS (map->fndecl)->stack_alignment_needed / BITS_PER_UNIT); -#ifdef FRAME_GROWS_DOWNWARD /* In this case, virtual_stack_vars_rtx points to one byte higher than the top of the frame area. So make sure we allocate a big enough chunk to keep the frame pointer |