aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>1999-11-16 09:43:40 -0800
committerRichard Henderson <rth@gcc.gnu.org>1999-11-16 09:43:40 -0800
commit4dc07bd7c1dae4996da88b9d4114c954e5ace101 (patch)
tree1284fde2a9c3617cfa59b12813b42b4c31d7e35b /gcc/expr.h
parent95a7b5548cdd92fffb080078fcbef56119410ba5 (diff)
downloadgcc-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index 816b86d..e603d04 100644
--- a/gcc/expr.h
+++ b/gcc/expr.h
@@ -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));