public inbox for gcc-cvs@sourceware.org help / color / mirror / Atom feed
From: Alexandre Oliva <aoliva@gcc.gnu.org> To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/users/aoliva/heads/testme)] doc: fix a typo in tm.texi Date: Thu, 6 Aug 2020 06:40:02 +0000 (GMT) [thread overview] Message-ID: <20200806064002.6466E3850421@sourceware.org> (raw) https://gcc.gnu.org/g:5e97638b0adfb822d3b156c07da27d41091ce137 commit 5e97638b0adfb822d3b156c07da27d41091ce137 Author: Wei Wentao <weiwt.fnst@cn.fujitsu.com> Date: Mon Aug 3 14:01:42 2020 +0100 doc: fix a typo in tm.texi gcc/ * doc/tm.texi.in (VECTOR_STORE_FLAG_VALUE): Fix a typo. * doc/tm.texi: Regenerate. Diff: --- gcc/doc/tm.texi | 2 +- gcc/doc/tm.texi.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 437187694b6..fb902b36d99 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 d76c85d5800..412e22c89ab 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
reply other threads:[~2020-08-06 6:40 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20200806064002.6466E3850421@sourceware.org \ --to=aoliva@gcc.gnu.org \ --cc=gcc-cvs@gcc.gnu.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).