For PR1195:

Change a comment: Packed Type -> Vector Type


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34299 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2007-02-15 03:11:50 +00:00
parent d29b8b85ce
commit a85210ac66

View File

@ -1129,7 +1129,7 @@ ArrayType *ArrayType::get(const Type *ElementType, uint64_t NumElements) {
//===----------------------------------------------------------------------===//
// Packed Type Factory...
// Vector Type Factory...
//
namespace llvm {
class VectorValType {