diff options
author | Joern Rennecke <amylaar@gcc.gnu.org> | 2000-04-08 00:03:20 +0100 |
---|---|---|
committer | Joern Rennecke <amylaar@gcc.gnu.org> | 2000-04-08 00:03:20 +0100 |
commit | ebdfc3b7d68f11609fda517fd5860613f2576efd (patch) | |
tree | a15eb80dafbb9d8ec24f56bcc814d3861013982c /gcc/config | |
parent | 03492bae5961b6a1b04327364a491f2302ee9a46 (diff) | |
download | gcc-ebdfc3b7d68f11609fda517fd5860613f2576efd.zip gcc-ebdfc3b7d68f11609fda517fd5860613f2576efd.tar.gz gcc-ebdfc3b7d68f11609fda517fd5860613f2576efd.tar.bz2 |
Fix comment.
From-SVN: r33010
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/sh/sh.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/sh/sh.h b/gcc/config/sh/sh.h index efeab0a..acd1fdc 100644 --- a/gcc/config/sh/sh.h +++ b/gcc/config/sh/sh.h @@ -599,10 +599,10 @@ do { \ in the wrong place. 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, - and hack FUNCTION_VALUE / FUNCTION_ARG_ADVANCE to look directly at - DECL_RESULT of the current function in conjunction with CUM to determine - if the argument in question it is a struct value pointer, and if it is, - pass it in memory. */ + and hack FUNCTION_ARG (actually PASS_IN_REG_P) / FUNCTION_ARG_ADVANCE + to look directly at DECL_RESULT of the current function in conjunction + with CUM to determine if the argument in question it is a struct value + pointer, and if it is, pass it in memory. */ #define STRUCT_VALUE \ (TARGET_HITACHI \ ? gen_rtx_MEM (Pmode, arg_pointer_rtx) \ |