aboutsummaryrefslogtreecommitdiff
path: root/gcc/target.def
diff options
context:
space:
mode:
authorTamar Christina <tamar.christina@arm.com>2022-11-14 18:50:39 +0000
committerTamar Christina <tamar.christina@arm.com>2022-11-14 18:50:55 +0000
commit1d99e09106ad08a1e060a8d3343c123c3c115bcc (patch)
tree9f08799a4da748a33762d06b45520739d303bea9 /gcc/target.def
parent991cfe5b30cb06611aa03d8c67860552785faba8 (diff)
downloadgcc-1d99e09106ad08a1e060a8d3343c123c3c115bcc.zip
gcc-1d99e09106ad08a1e060a8d3343c123c3c115bcc.tar.gz
gcc-1d99e09106ad08a1e060a8d3343c123c3c115bcc.tar.bz2
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.
Diffstat (limited to 'gcc/target.def')
-rw-r--r--gcc/target.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/target.def b/gcc/target.def
index 6707540..d82606f 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\