From d4a0b7bb7b14fb94d0f3f0dfd8697fa4c82cff53 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Thu, 15 Feb 2007 03:11:50 +0000 Subject: [PATCH] For PR1195: Change a comment: Packed Type -> Vector Type llvm-svn: 34299 --- llvm/lib/VMCore/Type.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/VMCore/Type.cpp b/llvm/lib/VMCore/Type.cpp index ad0850bd1765..b70b7c5ba3c6 100644 --- a/llvm/lib/VMCore/Type.cpp +++ b/llvm/lib/VMCore/Type.cpp @@ -1129,7 +1129,7 @@ ArrayType *ArrayType::get(const Type *ElementType, uint64_t NumElements) { //===----------------------------------------------------------------------===// -// Packed Type Factory... +// Vector Type Factory... // namespace llvm { class VectorValType {