From 485bad1a09550e2ec182a78dba0ed97bf1d9f5ae Mon Sep 17 00:00:00 2001
From: Reid Spencer
Date: Thu, 15 Feb 2007 03:07:05 +0000
Subject: For PR1195: Packed -> Vector
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34296 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/ProgrammersManual.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'docs/ProgrammersManual.html')
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html
index a96a676c60..aa1fe402ff 100644
--- a/docs/ProgrammersManual.html
+++ b/docs/ProgrammersManual.html
@@ -2315,9 +2315,9 @@ the lib/VMCore directory.
PointerType
Subclass of SequentialType for pointer types.
VectorType
- 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
+ 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.
StructType
--
cgit v1.2.3-18-g5258