]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
target.def: Remove TARGET_PROMOTE_FUNCTION_RETURN reference
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 29 Apr 2025 01:44:29 +0000 (09:44 +0800)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 29 Apr 2025 08:49:46 +0000 (16:49 +0800)
Since TARGET_PROMOTE_FUNCTION_RETURN is no longer used, remove its
reference from target.def.

PR target/119985
* target.def: Remove TARGET_PROMOTE_FUNCTION_RETURN reference.
* doc/tm.texi: Regenerated.

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
gcc/doc/tm.texi
gcc/target.def

index a96700c0d38efd2e8c796bdde01cc87f6d1ed30c..5e305643b3a0e421bdde5159ae037288b28ea280 100644 (file)
@@ -4774,10 +4774,6 @@ that element as the canonical location and ignore the others.  The m68k
 port uses this type of @code{parallel} to return pointers in both
 @samp{%a0} (the canonical location) and @samp{%d0}.
 
-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.
-
 If the precise function being called is known, @var{func} is a tree
 node (@code{FUNCTION_DECL}) for it; otherwise, @var{func} is a null
 pointer.  This makes it possible to use a different value-returning
index 6c7cdc8126b24c004527689fabb66759891492fa..38903eb567a742ac731f36d5cf2435a49e229333 100644 (file)
@@ -5337,10 +5337,6 @@ that element as the canonical location and ignore the others.  The m68k\n\
 port uses this type of @code{parallel} to return pointers in both\n\
 @samp{%a0} (the canonical location) and @samp{%d0}.\n\
 \n\
-If @code{TARGET_PROMOTE_FUNCTION_RETURN} returns true, you must apply\n\
-the same promotion rules specified in @code{PROMOTE_MODE} if\n\
-@var{valtype} is a scalar type.\n\
-\n\
 If the precise function being called is known, @var{func} is a tree\n\
 node (@code{FUNCTION_DECL}) for it; otherwise, @var{func} is a null\n\
 pointer.  This makes it possible to use a different value-returning\n\