For PR1195:

Change a comment: Packed Type -> Vector Type

llvm-svn: 34299
This commit is contained in:
Reid Spencer 2007-02-15 03:11:50 +00:00
parent 537ee02f89
commit d4a0b7bb7b

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 {