From: Kazu Hirata Date: Thu, 15 Jan 2004 03:44:19 +0000 (+0000) Subject: * doc/tm.texi (FUNCTION_VALUE): Fix a typo. X-Git-Tag: releases/gcc-3.4.0~961 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04ab46a41dc1618a0bf9cb8d21ef8cb50046e747;p=thirdparty%2Fgcc.git * doc/tm.texi (FUNCTION_VALUE): Fix a typo. From-SVN: r75902 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 28ecb14a1145..be22f62daa51 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-01-14 Kazu Hirata + + * doc/tm.texi (FUNCTION_VALUE): Fix a typo. + 2004-01-14 Kazu Hirata * doc/tm.texi: Replace RETURN_IN_MEMORY with diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index c76cd888ebc4..0a4d7c5d2bfd 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -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.