Hi,
As suggested by Stefan, this changes the quotation marks in the docs
for "else value".
Pushing as obvious.
Regards
Robin
gcc/ChangeLog:
* doc/md.texi: Use unicode quotation marks.
---
gcc/doc/md.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi
index ced69e741d0..6ca039b70f9 100644
--- a/gcc/doc/md.texi
+++ b/gcc/doc/md.texi
@@ -5411,7 +5411,7 @@ This pattern is not allowed to @code{FAIL}.
Load (operand 3 + operand 4) elements from memory operand 1
into vector register operand 0. Operands 0 and 1 have mode @var{m},
which must be a vector mode. Operand 3 has whichever integer mode the
-target prefers. Operand 2 (the “else value”) is of mode @var{m} and
+target prefers. Operand 2 (the ``else value'') is of mode @var{m} and
specifies which value is loaded for the remaining elements. The predicate
of operand 2 must only accept the else values that the target actually
supports. Operand 4 conceptually has mode @code{QI}.
--
2.51.1