For PR1195:
[oota-llvm.git] / docs / ProgrammersManual.html
index a96a676c600237c1e21897562e9cf9898bfd14b1..aa1fe402ff9b6e88e149f3fd9fec0c258589cffe 100644 (file)
@@ -2315,9 +2315,9 @@ the <tt>lib/VMCore</tt> directory.</p>
   <dt><tt>PointerType</tt></dt>
   <dd>Subclass of SequentialType for pointer types.</dd>
   <dt><tt>VectorType</tt></dt>
-  <dd>Subclass of SequentialType for packed (vector) types. A 
-  packed type is similar to an ArrayType but is distinguished because it is 
-  a first class type wherease ArrayType is not. Packed types are used for 
+  <dd>Subclass of SequentialType for vector types. A 
+  vector type is similar to an ArrayType but is distinguished because it is 
+  a first class type wherease ArrayType is not. Vector types are used for 
   vector operations and are usually small vectors of of an integer or floating 
   point type.</dd>
   <dt><tt>StructType</tt></dt>