public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Tamar Christina <tnfchris@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r13-4031] middle-end: Fix can_special_div_by_const doc.
Date: Mon, 14 Nov 2022 18:51:01 +0000 (GMT)	[thread overview]
Message-ID: <20221114185101.3B6B1382D3AA@sourceware.org> (raw)

https://gcc.gnu.org/g:1d99e09106ad08a1e060a8d3343c123c3c115bcc

commit r13-4031-g1d99e09106ad08a1e060a8d3343c123c3c115bcc
Author: Tamar Christina <tamar.christina@arm.com>
Date:   Mon Nov 14 18:50:39 2022 +0000

    middle-end: Fix can_special_div_by_const doc.
    
    This commits the typo fix so it matches the tm.texi file and fix the bootstrap.
    
    gcc/ChangeLog:
    
            * target.def: Fix typo.

Diff:
---
 gcc/target.def | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/target.def b/gcc/target.def
index 6707540dc99..d82606ff5ab 100644
--- a/gcc/target.def
+++ b/gcc/target.def
@@ -1910,7 +1910,7 @@ DEFHOOK
  "This hook is used to test whether the target has a special method of\n\
 division of vectors of type @var{vectype} using the value @var{constant},\n\
 and producing a vector of type @var{vectype}.  The division\n\
-will then not be decomposed by the and kept as a div.\n\
+will then not be decomposed by the vectorizer and kept as a div.\n\
 \n\
 When the hook is being used to test whether the target supports a special\n\
 divide, @var{in0}, @var{in1}, and @var{output} are all null.  When the hook\n\

                 reply	other threads:[~2022-11-14 18:51 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=20221114185101.3B6B1382D3AA@sourceware.org \
    --to=tnfchris@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: link
Be 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).