Commit 495f1dd8 by Richard Kenner

(FUNCTION_ARG_PASS_BY_REFERENCE): Deleted.

From-SVN: r2868
parent 937868a2
...@@ -731,14 +731,6 @@ enum reg_class { NO_REGS, GENERAL_REGS, FLOAT_REGS, ALL_REGS, ...@@ -731,14 +731,6 @@ enum reg_class { NO_REGS, GENERAL_REGS, FLOAT_REGS, ALL_REGS,
(CUM) + 16 + (TARGET_FPREGS \ (CUM) + 16 + (TARGET_FPREGS \
&& GET_MODE_CLASS (MODE) == MODE_FLOAT) * 32) : 0) && 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. /* Specify the padding direction of arguments.
On the Alpha, we must pad upwards in order to be able to pass args in On the Alpha, we must pad upwards in order to be able to pass args in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment