diff options
author | Jakub Jelinek <jakub@redhat.com> | 1999-11-16 09:43:40 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 1999-11-16 09:43:40 -0800 |
commit | 4dc07bd7c1dae4996da88b9d4114c954e5ace101 (patch) | |
tree | 1284fde2a9c3617cfa59b12813b42b4c31d7e35b /gcc/expr.h | |
parent | 95a7b5548cdd92fffb080078fcbef56119410ba5 (diff) | |
download | gcc-4dc07bd7c1dae4996da88b9d4114c954e5ace101.zip gcc-4dc07bd7c1dae4996da88b9d4114c954e5ace101.tar.gz gcc-4dc07bd7c1dae4996da88b9d4114c954e5ace101.tar.bz2 |
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
Diffstat (limited to 'gcc/expr.h')
-rw-r--r-- | gcc/expr.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1067,7 +1067,7 @@ extern rtx trampoline_address PROTO((tree)); /* Return an rtx that refers to the value returned by a function in its original home. This becomes invalid if any more code is emitted. */ -extern rtx hard_function_value PROTO((tree, tree)); +extern rtx hard_function_value PROTO((tree, tree, int)); extern rtx prepare_call_address PROTO((rtx, tree, rtx *, int)); |