function.c (pad_to_arg_alignment): Only update argument_pad if the argument's alignme...
authorJeffrey A Law <law@cygnus.com>
Fri, 5 Nov 1999 06:49:38 +0000 (06:49 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 5 Nov 1999 06:49:38 +0000 (23:49 -0700)
commit9399d5c63fc03d80fb57868f6ab4a26657358445
tree7fce43098cc9408d678762ea98e5178d763d9d77
parente7749837caaa5c7a7fddea3e8eb90b852cead3d6
function.c (pad_to_arg_alignment): Only update argument_pad if the argument's alignment is greater than STACK_BOUNDARY.

        * function.c (pad_to_arg_alignment): Only update argument_pad
        if the argument's alignment is greater than STACK_BOUNDARY.

From-SVN: r30405
gcc/ChangeLog
gcc/function.c