aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorSegher Boessenkool <segher@kernel.crashing.org>2022-10-04 21:22:15 +0000
committerSegher Boessenkool <segher@kernel.crashing.org>2022-10-05 19:12:43 +0000
commite99dcbb54e07b798c3353124f38336f96a826d43 (patch)
treeedaf22b163882513e5d85baffb44f4e06c7623db /gcc/doc
parentba3e5a3826be53ecbb7d6044c50878d44640c296 (diff)
downloadgcc-e99dcbb54e07b798c3353124f38336f96a826d43.zip
gcc-e99dcbb54e07b798c3353124f38336f96a826d43.tar.gz
gcc-e99dcbb54e07b798c3353124f38336f96a826d43.tar.bz2
rs6000: Remove the wD constraint
2022-10-05 Segher Boessenkool <segher@kernel.crashing.org> * config/rs6000/constraints.md (wD): Delete. * doc/md.texi (Machine Constraints): Adjust.
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/md.texi3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi
index bb42ee1..d0a71ecb 100644
--- a/gcc/doc/md.texi
+++ b/gcc/doc/md.texi
@@ -3267,9 +3267,6 @@ Like @code{b}, if @option{-mpowerpc64} is used; otherwise, @code{NO_REGS}.
@item wB
Signed 5-bit constant integer that can be loaded into an Altivec register.
-@item wD
-Int constant that is the element number of the 64-bit scalar in a vector.
-
@item wE
Vector constant that can be loaded with the XXSPLTIB instruction.