aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/rtl.texi
diff options
context:
space:
mode:
authorBen Elliston <bje@wasabisystems.com>2004-01-13 09:22:14 +0000
committerBen Elliston <bje@gcc.gnu.org>2004-01-13 20:22:14 +1100
commitfdb077910236493fc8e84b83e302bd6b075df13a (patch)
treef300921acb737b33c706df58c5e33bd14f57e2ad /gcc/doc/rtl.texi
parent1eee14b9685a58e93924fe0a47cee2ac11fbc615 (diff)
downloadgcc-fdb077910236493fc8e84b83e302bd6b075df13a.zip
gcc-fdb077910236493fc8e84b83e302bd6b075df13a.tar.gz
gcc-fdb077910236493fc8e84b83e302bd6b075df13a.tar.bz2
* doc/rtl.texi (Vector Operations): Remove defunct vec_const item.
From-SVN: r75793
Diffstat (limited to 'gcc/doc/rtl.texi')
-rw-r--r--gcc/doc/rtl.texi5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi
index 94147db..d3f50d0 100644
--- a/gcc/doc/rtl.texi
+++ b/gcc/doc/rtl.texi
@@ -2210,11 +2210,6 @@ Describes a vector concat operation. The result is a concatenation of the
vectors @var{vec1} and @var{vec2}; its length is the sum of the lengths of
the two inputs.
-@findex vec_const
-@item (vec_const:@var{m} @var{subparts})
-This describes a constant vector. @var{subparts} is a @code{parallel} that
-contains a constant for each of the subparts of the vector.
-
@findex vec_duplicate
@item (vec_duplicate:@var{m} @var{vec})
This operation converts a small vector into a larger one by duplicating the