]> gcc.gnu.org Git - gcc.git/commit
calls.c (combine_pending_stack_adjustment_and_call): Return the adjustment; don't...
authorRichard Henderson <rth@cygnus.com>
Fri, 28 Apr 2000 18:25:23 +0000 (11:25 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 28 Apr 2000 18:25:23 +0000 (11:25 -0700)
commitce48579b9a691b3c6b57f2e6a8f5161f829a2477
treee75c3ecd031d33c167b1cec66724b2616b301ce9
parentf1f39752d65187341d19c164ba18f6d8c1ce5a6a
calls.c (combine_pending_stack_adjustment_and_call): Return the adjustment; don't do the stack adjust.

        * calls.c (combine_pending_stack_adjustment_and_call): Return the
        adjustment; don't do the stack adjust.
        (expand_call): Call compute_argument_block_size right before
        allocating the block; update comment; don't do alignment sanity
        checking for sibling call; use args_size instead of
        unadjusted_args_size before args_size is adjusted.  Use
        combine_pending_stack_adjustment_and_call to compute stack adjust
        for must_preallocate case.

        * expr.c (push_block): Remove shadow `temp' in inner scope.

Co-Authored-By: Jan Hubicka <jh@suse.cz>
From-SVN: r33516
gcc/ChangeLog
gcc/calls.c
gcc/expr.c
This page took 0.059346 seconds and 5 git commands to generate.