aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/doc/md.texi
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/doc/md.texi')
-rw-r--r--gcc-4.9/gcc/doc/md.texi6
1 files changed, 2 insertions, 4 deletions
diff --git a/gcc-4.9/gcc/doc/md.texi b/gcc-4.9/gcc/doc/md.texi
index 13e34b5e2..e2fe11b32 100644
--- a/gcc-4.9/gcc/doc/md.texi
+++ b/gcc-4.9/gcc/doc/md.texi
@@ -3013,10 +3013,8 @@ operands can be used for microMIPS instructions such as @code{ll} and
equivalent to @code{R}.
@item ZD
-When compiling microMIPS code, this constraint matches an address operand
-that is formed from a base register and a 12-bit offset. These operands
-can be used for microMIPS instructions such as @code{prefetch}. When
-not compiling for microMIPS code, @code{ZD} is equivalent to @code{p}.
+An address suitable for a @code{prefetch} instruction, or for any other
+instruction with the same addressing mode as @code{prefetch}.
@end table
@item Motorola 680x0---@file{config/m68k/constraints.md}