]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/explow.c
explow.c (hard_function_value): Add outgoing argument.
authorJakub Jelinek <jakub@redhat.com>
Tue, 16 Nov 1999 17:43:40 +0000 (09:43 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 16 Nov 1999 17:43:40 +0000 (09:43 -0800)
commit4dc07bd7c1dae4996da88b9d4114c954e5ace101
tree1284fde2a9c3617cfa59b12813b42b4c31d7e35b
parent95a7b5548cdd92fffb080078fcbef56119410ba5
explow.c (hard_function_value): Add outgoing argument.

        * explow.c (hard_function_value): Add outgoing argument.
        * expr.h (hard_function_value): Declare it.
        * calls.c (expand_call, emit_library_call_value): Update callers.
        * function.c (aggregate_value_p): Ditto.
        (diddle_return_value): Must look at the outgoing registers
        on archs with register windows.

From-SVN: r30550
gcc/ChangeLog
gcc/calls.c
gcc/explow.c
gcc/expr.h
gcc/function.c