]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
docs: Use unicode quotation for else value.
authorRobin Dapp <rdapp@qti.qualcomm.com>
Mon, 15 Dec 2025 14:19:21 +0000 (15:19 +0100)
committerRobin Dapp <rdapp@oss.qualcomm.com>
Fri, 19 Dec 2025 18:41:53 +0000 (19:41 +0100)
As suggested by Stefan, this changes the quotation marks in the docs
for "else value".

gcc/ChangeLog:

* doc/md.texi: Use unicode quotation marks.

gcc/doc/md.texi

index ced69e741d016c39c330a1f035ad0d86af4ed01d..6ca039b70f9647eed81ac57a96669ff8bf80ad38 100644 (file)
@@ -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}.