public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH][committed]middle-end: Fix can_special_div_by_const doc.
@ 2022-11-14 19:00 Tamar Christina
  0 siblings, 0 replies; only message in thread
From: Tamar Christina @ 2022-11-14 19:00 UTC (permalink / raw)
  To: gcc-patches; +Cc: nd, rguenther, jlaw

[-- Attachment #1: Type: text/plain, Size: 939 bytes --]

Hi All,

This commits the typo fix so it matches the tm.texi file and fix the bootstrap.

Committed under the obvious rule.

Thanks,
Tamar

gcc/ChangeLog:

	* target.def: Fix typo.

--- inline copy of patch -- 
diff --git a/gcc/target.def b/gcc/target.def
index f491e2233cf18760631f148dacf18d0e0b133e4c..41c62a68f03a44aadbaa66ec5ad11ced3cc0801f 100644
--- a/gcc/target.def
+++ b/gcc/target.def
@@ -1907,7 +1907,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\




-- 

[-- Attachment #2: rb16593.patch --]
[-- Type: text/plain, Size: 723 bytes --]

diff --git a/gcc/target.def b/gcc/target.def
index f491e2233cf18760631f148dacf18d0e0b133e4c..41c62a68f03a44aadbaa66ec5ad11ced3cc0801f 100644
--- a/gcc/target.def
+++ b/gcc/target.def
@@ -1907,7 +1907,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 19:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-14 19:00 [PATCH][committed]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).