aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Carlotti <andrew.carlotti@arm.com>2022-12-16 15:11:18 +0000
committerAndrew Carlotti <andrew.carlotti@arm.com>2022-12-22 16:55:01 +0000
commite48864e51d2506cdcf04d5ebb9a17f3a997b65bf (patch)
treed3145286a754da3d9dde35cdc01fd938c59aab8c
parentb97c33fbd28e74a206c81c96a9b0b9fa3c8545d6 (diff)
downloadgcc-e48864e51d2506cdcf04d5ebb9a17f3a997b65bf.zip
gcc-e48864e51d2506cdcf04d5ebb9a17f3a997b65bf.tar.gz
gcc-e48864e51d2506cdcf04d5ebb9a17f3a997b65bf.tar.bz2
docs: Link to correct section for constraint modifiers
gcc/ChangeLog: * doc/md.texi: Fix incorrect pxref.
-rw-r--r--gcc/doc/md.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi
index 482e86f..78dc6d7 100644
--- a/gcc/doc/md.texi
+++ b/gcc/doc/md.texi
@@ -1511,7 +1511,7 @@ operand 1 (meaning it must match operand 0), and @samp{dKs} for operand
2. The second alternative has @samp{d} (data register) for operand 0,
@samp{0} for operand 1, and @samp{dmKs} for operand 2. The @samp{=} and
@samp{%} in the constraints apply to all the alternatives; their
-meaning is explained in the next section (@pxref{Class Preferences}).
+meaning is explained in a later section (@pxref{Modifiers}).
If all the operands fit any one alternative, the instruction is valid.
Otherwise, for each alternative, the compiler counts how many instructions