From: Robin Dapp Date: Mon, 15 Dec 2025 14:19:21 +0000 (+0100) Subject: docs: Use unicode quotation for else value. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fd0ba5e5eef177f4e19ea015eb702824ed9d3c4;p=thirdparty%2Fgcc.git docs: Use unicode quotation for else value. As suggested by Stefan, this changes the quotation marks in the docs for "else value". gcc/ChangeLog: * doc/md.texi: Use unicode quotation marks. --- 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}.