* doc/tm.texi (FUNCTION_VALUE): Fix a typo.
authorKazu Hirata <kazu@cs.umass.edu>
Thu, 15 Jan 2004 03:44:19 +0000 (03:44 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Thu, 15 Jan 2004 03:44:19 +0000 (03:44 +0000)
From-SVN: r75902

gcc/ChangeLog
gcc/doc/tm.texi

index 28ecb14a1145e867ee18f3f22e756149f78521e5..be22f62daa51f6b9d9a4dc988c6d2eedde0f7c68 100644 (file)
@@ -1,3 +1,7 @@
+2004-01-14  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * doc/tm.texi (FUNCTION_VALUE): Fix a typo.
+
 2004-01-14  Kazu Hirata  <kazu@cs.umass.edu>
 
        * doc/tm.texi: Replace RETURN_IN_MEMORY with
index c76cd888ebc4d546fad94c68ad9f68ff5f6885cb..0a4d7c5d2bfd6df84aae621da39d7c33fff3ab0b 100644 (file)
@@ -3841,7 +3841,7 @@ register where the return value is stored.  The value can also be a
 @code{parallel} RTX, if the return value is in multiple places.  See
 @code{FUNCTION_ARG} for an explanation of the @code{parallel} form.
 
-If @code{TARGET_PROMOTE_FUNCTION_RETURN} is defined, you must apply the same
+If @code{TARGET_PROMOTE_FUNCTION_RETURN} returns true, you must apply the same
 promotion rules specified in @code{PROMOTE_MODE} if @var{valtype} is a
 scalar type.