OSDN Git Service

For PR1195:
authorReid Spencer <rspencer@reidspencer.com>
Thu, 15 Feb 2007 03:11:50 +0000 (03:11 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 15 Feb 2007 03:11:50 +0000 (03:11 +0000)
Change a comment: Packed Type -> Vector Type

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34299 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/Type.cpp

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