public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-4031] middle-end: Fix can_special_div_by_const doc.
@ 2022-11-14 18:51 Tamar Christina
  0 siblings, 0 replies; only message in thread
From: Tamar Christina @ 2022-11-14 18:51 UTC (permalink / raw)
  To: gcc-cvs

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\

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-14 18:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-14 18:51 [gcc r13-4031] middle-end: Fix can_special_div_by_const doc Tamar Christina

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).