diff options
Diffstat (limited to 'gcc/config/m32r/m32r.c')
-rw-r--r-- | gcc/config/m32r/m32r.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m32r/m32r.c b/gcc/config/m32r/m32r.c index 8d42306..55b7cf7 100644 --- a/gcc/config/m32r/m32r.c +++ b/gcc/config/m32r/m32r.c @@ -1002,7 +1002,7 @@ large_insn_p (op, mode) return get_attr_length (op) != 2; } -/* Return non-zero if TYPE must be passed or returned in memory. +/* Return nonzero if TYPE must be passed or returned in memory. The m32r treats both directions the same so we handle both directions in this function. */ |