diff options
author | Ben Elliston <bje@wasabisystems.com> | 2004-01-13 09:22:14 +0000 |
---|---|---|
committer | Ben Elliston <bje@gcc.gnu.org> | 2004-01-13 20:22:14 +1100 |
commit | fdb077910236493fc8e84b83e302bd6b075df13a (patch) | |
tree | f300921acb737b33c706df58c5e33bd14f57e2ad | |
parent | 1eee14b9685a58e93924fe0a47cee2ac11fbc615 (diff) | |
download | gcc-fdb077910236493fc8e84b83e302bd6b075df13a.zip gcc-fdb077910236493fc8e84b83e302bd6b075df13a.tar.gz gcc-fdb077910236493fc8e84b83e302bd6b075df13a.tar.bz2 |
* doc/rtl.texi (Vector Operations): Remove defunct vec_const item.
From-SVN: r75793
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/rtl.texi | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1addc77..39e9a8a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-01-13 Ben Elliston <bje@wasabisystems.com> + + * doc/rtl.texi (Vector Operations): Remove defunct vec_const item. + 2004-01-12 James E Wilson <wilson@specifixinc.com> * unwind-libunwind.c: Delete. 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 |