diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2003-01-21 14:28:38 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2003-01-21 14:28:38 +0000 |
commit | 1f5b3282d93e3c486e1316f76b40110d8dcdd17e (patch) | |
tree | 2374dea6e8aa2254ffc6569fbb9f8d2d2a2401d6 /gcc/calls.c | |
parent | dd859b8ac0563c5cceeb84dbedd7cc36a6856a15 (diff) | |
download | gcc-1f5b3282d93e3c486e1316f76b40110d8dcdd17e.zip gcc-1f5b3282d93e3c486e1316f76b40110d8dcdd17e.tar.gz gcc-1f5b3282d93e3c486e1316f76b40110d8dcdd17e.tar.bz2 |
* calls.c (fix_unsafe_tree): Prototype.
From-SVN: r61545
Diffstat (limited to 'gcc/calls.c')
-rw-r--r-- | gcc/calls.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/calls.c b/gcc/calls.c index e911dda..1c51e1a8 100644 --- a/gcc/calls.c +++ b/gcc/calls.c @@ -197,6 +197,7 @@ static int check_sibcall_argument_overlap PARAMS ((rtx, struct arg_data *, static int combine_pending_stack_adjustment_and_call PARAMS ((int, struct args_size *, int)); +static tree fix_unsafe_tree PARAMS ((tree)); #ifdef REG_PARM_STACK_SPACE static rtx save_fixed_argument_area PARAMS ((int, rtx, int *, int *)); |