From: Reid Spencer Date: Thu, 15 Feb 2007 03:11:50 +0000 (+0000) Subject: For PR1195: X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a85210ac66ef8a60587c3557a41a4e81c8989579;p=oota-llvm.git 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 --- diff --git a/lib/VMCore/Type.cpp b/lib/VMCore/Type.cpp index ad0850bd176..b70b7c5ba3c 100644 --- a/lib/VMCore/Type.cpp +++ b/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 {