diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1992-12-12 17:51:31 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1992-12-12 17:51:31 -0500 |
commit | 495f1dd87fc61fd043e3e82722a922b0da927f70 (patch) | |
tree | be5d0faca48c7d00ce80af911e56009525313443 | |
parent | 937868a2323ff9a28875811f30ada691bca25830 (diff) | |
download | gcc-495f1dd87fc61fd043e3e82722a922b0da927f70.zip gcc-495f1dd87fc61fd043e3e82722a922b0da927f70.tar.gz gcc-495f1dd87fc61fd043e3e82722a922b0da927f70.tar.bz2 |
(FUNCTION_ARG_PASS_BY_REFERENCE): Deleted.
From-SVN: r2868
-rw-r--r-- | gcc/config/alpha/alpha.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h index 4626cec..55c9eac 100644 --- a/gcc/config/alpha/alpha.h +++ b/gcc/config/alpha/alpha.h @@ -731,14 +731,6 @@ enum reg_class { NO_REGS, GENERAL_REGS, FLOAT_REGS, ALL_REGS, (CUM) + 16 + (TARGET_FPREGS \ && GET_MODE_CLASS (MODE) == MODE_FLOAT) * 32) : 0) -/* This indicates that an argument is to be passed with an invisible reference - (i.e., a pointer to the object is passed). - - On the Alpha, we do this if it must be passed on the stack. */ - -#define FUNCTION_ARG_PASS_BY_REFERENCE(CUM, MODE, TYPE, NAMED) \ - (MUST_PASS_IN_STACK (MODE, TYPE)) - /* Specify the padding direction of arguments. On the Alpha, we must pad upwards in order to be able to pass args in |