diff options
author | Richard Henderson <rth@gcc.gnu.org> | 2001-07-17 20:24:53 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2001-07-17 20:24:53 -0700 |
commit | 3affaf29346bfaea9af3b75fcb0e8acaa26a6eb8 (patch) | |
tree | d5602a9380e9d435ec805a405cf3d2606a5aa4c2 /gcc/expr.h | |
parent | 2bd2bdd9d2890d459bb896e320c47f09d5bce054 (diff) | |
download | gcc-3affaf29346bfaea9af3b75fcb0e8acaa26a6eb8.zip gcc-3affaf29346bfaea9af3b75fcb0e8acaa26a6eb8.tar.gz gcc-3affaf29346bfaea9af3b75fcb0e8acaa26a6eb8.tar.bz2 |
calls.c (prepare_call_address): New parameter SIBCALLP.
* calls.c (prepare_call_address): New parameter SIBCALLP. If true,
don't force the function address into a register.
(expand_call, emit_library_call_value_1): Update callers.
* builtins.c (expand_builtin_apply): Likewise.
* expr.h (prepare_call_address): Update decl.
From-SVN: r44095
Diffstat (limited to 'gcc/expr.h')
-rw-r--r-- | gcc/expr.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1112,7 +1112,7 @@ extern rtx trampoline_address PARAMS ((tree)); in its original home. This becomes invalid if any more code is emitted. */ extern rtx hard_function_value PARAMS ((tree, tree, int)); -extern rtx prepare_call_address PARAMS ((rtx, tree, rtx *, int)); +extern rtx prepare_call_address PARAMS ((rtx, tree, rtx *, int, int)); extern rtx expand_call PARAMS ((tree, rtx, int)); |