diff options
Diffstat (limited to 'gcc/function.cc')
-rw-r--r-- | gcc/function.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/function.cc b/gcc/function.cc index d915511..73490f0 100644 --- a/gcc/function.cc +++ b/gcc/function.cc @@ -3747,6 +3747,8 @@ assign_parms (tree fndecl) now that all parameters have been copied out of hard registers. */ emit_insn (all.first_conversion_insn); + do_pending_stack_adjust (); + /* Estimate reload stack alignment from scalar return mode. */ if (SUPPORTS_STACK_ALIGNMENT) { |