diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-01-15 03:44:19 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-01-15 03:44:19 +0000 |
commit | 04ab46a41dc1618a0bf9cb8d21ef8cb50046e747 (patch) | |
tree | b25d202b5eca28b38465a95b24340b6805ef4951 /gcc/doc/tm.texi | |
parent | d5b2f1be148aa628a4fd0af9a604e06d4684722d (diff) | |
download | gcc-04ab46a41dc1618a0bf9cb8d21ef8cb50046e747.zip gcc-04ab46a41dc1618a0bf9cb8d21ef8cb50046e747.tar.gz gcc-04ab46a41dc1618a0bf9cb8d21ef8cb50046e747.tar.bz2 |
* doc/tm.texi (FUNCTION_VALUE): Fix a typo.
From-SVN: r75902
Diffstat (limited to 'gcc/doc/tm.texi')
-rw-r--r-- | gcc/doc/tm.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index c76cd88..0a4d7c5 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. |