aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorWei Wentao <weiwt.fnst@cn.fujitsu.com>2020-08-03 14:01:42 +0100
committerRichard Sandiford <richard.sandiford@arm.com>2020-08-03 14:01:42 +0100
commit5e97638b0adfb822d3b156c07da27d41091ce137 (patch)
tree56de15c13ef35f38a04b4909af2321155c95d098 /gcc
parent749abaa755faf47968a9d8817deb8de19e685bbc (diff)
downloadgcc-5e97638b0adfb822d3b156c07da27d41091ce137.zip
gcc-5e97638b0adfb822d3b156c07da27d41091ce137.tar.gz
gcc-5e97638b0adfb822d3b156c07da27d41091ce137.tar.bz2
doc: fix a typo in tm.texi
gcc/ * doc/tm.texi.in (VECTOR_STORE_FLAG_VALUE): Fix a typo. * doc/tm.texi: Regenerate.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/doc/tm.texi2
-rw-r--r--gcc/doc/tm.texi.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index 4371876..fb902b3 100644
--- a/gcc/doc/tm.texi
+++ b/gcc/doc/tm.texi
@@ -11284,7 +11284,7 @@ this macro.
@end defmac
@defmac VECTOR_STORE_FLAG_VALUE (@var{mode})
-A C expression that gives a rtx representing the nonzero true element
+A C expression that gives an rtx representing the nonzero true element
for vector comparisons. The returned rtx should be valid for the inner
mode of @var{mode} which is guaranteed to be a vector mode. Define
this macro on machines that have vector comparison operations that
diff --git a/gcc/doc/tm.texi.in b/gcc/doc/tm.texi.in
index d76c85d..412e22c 100644
--- a/gcc/doc/tm.texi.in
+++ b/gcc/doc/tm.texi.in
@@ -7661,7 +7661,7 @@ this macro.
@end defmac
@defmac VECTOR_STORE_FLAG_VALUE (@var{mode})
-A C expression that gives a rtx representing the nonzero true element
+A C expression that gives an rtx representing the nonzero true element
for vector comparisons. The returned rtx should be valid for the inner
mode of @var{mode} which is guaranteed to be a vector mode. Define
this macro on machines that have vector comparison operations that