From: Ben Elliston Date: Tue, 13 Jan 2004 09:22:14 +0000 (+0000) Subject: * doc/rtl.texi (Vector Operations): Remove defunct vec_const item. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fdb077910236493fc8e84b83e302bd6b075df13a;p=gcc.git * doc/rtl.texi (Vector Operations): Remove defunct vec_const item. From-SVN: r75793 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1addc77a6ef..39e9a8aa119 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-01-13 Ben Elliston + + * doc/rtl.texi (Vector Operations): Remove defunct vec_const item. + 2004-01-12 James E Wilson * unwind-libunwind.c: Delete. diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi index 94147dbfd99..d3f50d0c233 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