doc: fix a typo in tm.texi

gcc/
	* doc/tm.texi.in (VECTOR_STORE_FLAG_VALUE): Fix a typo.
	* doc/tm.texi: Regenerate.
This commit is contained in:
Wei Wentao 2020-08-03 14:01:42 +01:00 committed by Richard Sandiford
parent 749abaa755
commit 5e97638b0a
2 changed files with 2 additions and 2 deletions

View File

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

View File

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