* doc/rtl.texi (Vector Operations): Remove defunct vec_const item.

From-SVN: r75793
This commit is contained in:
Ben Elliston 2004-01-13 09:22:14 +00:00 committed by Ben Elliston
parent 1eee14b968
commit fdb0779102
2 changed files with 4 additions and 5 deletions

View File

@ -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.

View File

@ -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