extend.texi (Vector Extensions): Remove comment about single element vectors.
authorAldy Hernandez <aldyh@redhat.com>
Fri, 11 Oct 2002 04:15:14 +0000 (04:15 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Fri, 11 Oct 2002 04:15:14 +0000 (04:15 +0000)
* extend.texi (Vector Extensions): Remove comment about single
element vectors.

From-SVN: r58041

gcc/ChangeLog
gcc/doc/extend.texi

index badf569c1e3105178d6172254a2c8f43d44f945e..b49819b387adac7e6c277037dda72f8068c2e361 100644 (file)
@@ -1,3 +1,8 @@
+2002-10-10  Aldy Hernandez  <aldyh@redhat.com>
+
+       * extend.texi (Vector Extensions): Remove comment about single
+       element vectors.
+
 2002-10-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * fold-const.c (size_htab_hash): Use htab_hash_pointer.
index f583a6747b5ec5754d7c74ff93b572685d19b4bf..cc7fdf17e604e8af7f25579362deb46f00ce1422 100644 (file)
@@ -4443,9 +4443,6 @@ A floating point value, as wide as a SI mode integer, usually 32 bits.
 A floating point value, as wide as a DI mode integer, usually 64 bits.
 @end table
 
-There are no @code{V1xx} vector modes - they would be identical to the
-corresponding base mode.
-
 Specifying a combination that is not valid for the current architecture
 will cause gcc to synthesize the instructions using a narrower mode.
 For example, if you specify a variable of type @code{V4SI} and your