From: Wei Wentao Date: Mon, 3 Aug 2020 13:01:42 +0000 (+0100) Subject: doc: fix a typo in tm.texi X-Git-Tag: basepoints/gcc-12~5752 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e97638b0adfb822d3b156c07da27d41091ce137;p=thirdparty%2Fgcc.git doc: fix a typo in tm.texi gcc/ * doc/tm.texi.in (VECTOR_STORE_FLAG_VALUE): Fix a typo. * doc/tm.texi: Regenerate. --- diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 437187694b67..fb902b36d99e 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -11284,7 +11284,7 @@ this macro. @end defmac @defmac VECTOR_STORE_FLAG_VALUE (@var{mode}) -A C expression that gives a rtx representing the nonzero true element +A C expression that gives an rtx representing the nonzero true element for vector comparisons. The returned rtx should be valid for the inner mode of @var{mode} which is guaranteed to be a vector mode. Define this macro on machines that have vector comparison operations that diff --git a/gcc/doc/tm.texi.in b/gcc/doc/tm.texi.in index d76c85d58009..412e22c89ab9 100644 --- a/gcc/doc/tm.texi.in +++ b/gcc/doc/tm.texi.in @@ -7661,7 +7661,7 @@ this macro. @end defmac @defmac VECTOR_STORE_FLAG_VALUE (@var{mode}) -A C expression that gives a rtx representing the nonzero true element +A C expression that gives an rtx representing the nonzero true element for vector comparisons. The returned rtx should be valid for the inner mode of @var{mode} which is guaranteed to be a vector mode. Define this macro on machines that have vector comparison operations that