Commit 04ab46a4 by Kazu Hirata Committed by Kazu Hirata

* doc/tm.texi (FUNCTION_VALUE): Fix a typo.

From-SVN: r75902
parent d5b2f1be
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
TARGET_RETURN_IN_MEMORY.
......
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment