From 04ab46a41dc1618a0bf9cb8d21ef8cb50046e747 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Thu, 15 Jan 2004 03:44:19 +0000 Subject: [PATCH] * doc/tm.texi (FUNCTION_VALUE): Fix a typo. From-SVN: r75902 --- gcc/ChangeLog | 4 ++++ gcc/doc/tm.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 28ecb14a114..be22f62daa5 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 c76cd888ebc..0a4d7c5d2bf 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. -- 2.30.2