* doc/rtl.texi (Vector Operations): Remove defunct vec_const item.
authorBen Elliston <bje@wasabisystems.com>
Tue, 13 Jan 2004 09:22:14 +0000 (09:22 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Tue, 13 Jan 2004 09:22:14 +0000 (20:22 +1100)
From-SVN: r75793

gcc/ChangeLog
gcc/doc/rtl.texi

index 1addc77a6ef7de51ef9bf9f90a5ae66f37b2ed63..39e9a8aa1190f84828d7347f6ed9e2de5493aa3b 100644 (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.
index 94147dbfd9984e9ebae0736112701a2e3ed124cc..d3f50d0c2334c1264801503637b511d9c76e4aea 100644 (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