Commit ebdfc3b7 by Joern Rennecke

Fix comment.

From-SVN: r33010
parent 03492bae
...@@ -599,10 +599,10 @@ do { \ ...@@ -599,10 +599,10 @@ do { \
in the wrong place. in the wrong place.
If we wanted to implement this exactly, we'd need a STRUCT_VALUE of 0, If we wanted to implement this exactly, we'd need a STRUCT_VALUE of 0,
an extra field in CUMULATIVE_ARGS, initialize it in INIT_CUMULATIVE_ARGS, an extra field in CUMULATIVE_ARGS, initialize it in INIT_CUMULATIVE_ARGS,
and hack FUNCTION_VALUE / FUNCTION_ARG_ADVANCE to look directly at and hack FUNCTION_ARG (actually PASS_IN_REG_P) / FUNCTION_ARG_ADVANCE
DECL_RESULT of the current function in conjunction with CUM to determine to look directly at DECL_RESULT of the current function in conjunction
if the argument in question it is a struct value pointer, and if it is, with CUM to determine if the argument in question it is a struct value
pass it in memory. */ pointer, and if it is, pass it in memory. */
#define STRUCT_VALUE \ #define STRUCT_VALUE \
(TARGET_HITACHI \ (TARGET_HITACHI \
? gen_rtx_MEM (Pmode, arg_pointer_rtx) \ ? gen_rtx_MEM (Pmode, arg_pointer_rtx) \
......
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