* config/h8300/h8300.c (function_arg): Update a comment.
authorKazu Hirata <kazu@hxi.com>
Mon, 21 Jan 2002 01:12:35 +0000 (01:12 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 21 Jan 2002 01:12:35 +0000 (01:12 +0000)
From-SVN: r49026

gcc/ChangeLog
gcc/config/h8300/h8300.c

index 376c33de22bf2259c9cd7cc3943f2a6112a5a245..466ea85473fba66a26442aaf44ce78df7dea277d 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-20  Kazu Hirata  <kazu@hxi.com>
+
+       * config/h8300/h8300.c (function_arg): Update a comment.
+
 2002-01-20  Kazu Hirata  <kazu@hxi.com>
 
        * config/h8300/h8300.md: Update the comments at the beginning
index c30855188dc9d28dc563c4cc83b80d24841ebb9a..890d7e5d8cb3be3deda769768b9c89ae7f3d49f7 100644 (file)
@@ -793,10 +793,6 @@ h8300_pr_saveall (pfile)
   pragma_saveall = 1;
 }
 
-/* If the next arg with MODE and TYPE is to be passed in a register, return
-   the rtx to represent where it is passed.  CUM represents the state after
-   the last argument.  NAMED is not used.  */
-
 static const char *const hand_list[] =
 {
   "__main",
@@ -817,8 +813,10 @@ static const char *const hand_list[] =
   0,
 };
 
-/* Return an RTX to represent where a value with mode MODE will be returned
-   from a function.  If the result is 0, the argument is pushed.  */
+/* If the next function argument with MODE and TYPE is to be passed in
+   a register, return a reg RTX for the hard register in which to pass
+   the argument.  CUM represents the state after the last argument.
+   If the argument is to be pushed, NULL_RTX is returned.  */
 
 rtx
 function_arg (cum, mode, type, named)