[committed] middle-end: Fix can_special_div_by_const doc.

Message ID patch-16593-tamar@arm.com
State Committed
Commit 1d99e09106ad08a1e060a8d3343c123c3c115bcc
Headers
Series [committed] middle-end: Fix can_special_div_by_const doc. |

Commit Message

Tamar Christina Nov. 14, 2022, 7 p.m. UTC
  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




--
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\
  

Patch

--- 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\