mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-03 09:20:38 +08:00
(FUNCTION_ARG_CALLEE_COPIES): Define.
From-SVN: r9896
This commit is contained in:
parent
8615176a9a
commit
32addcdf7b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user