(FUNCTION_ARG_CALLEE_COPIES): Define.

From-SVN: r9896
This commit is contained in:
Richard Kenner 1995-06-06 18:43:00 -04:00
parent 8615176a9a
commit 32addcdf7b
1 changed files with 4 additions and 0 deletions

View File

@ -992,6 +992,10 @@ struct hppa_args {int words, nargs_prototype; };
#define FUNCTION_ARG_PASS_BY_REFERENCE(CUM, MODE, TYPE, NAMED) \
((TYPE) && int_size_in_bytes (TYPE) > 8)
#define FUNCTION_ARG_CALLEE_COPIES(CUM, MODE, TYPE, NAMED) \
((TYPE) && int_size_in_bytes (TYPE) > 8)
extern struct rtx_def *hppa_compare_op0, *hppa_compare_op1;
extern enum cmp_type hppa_branch_type;