summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-02-15 03:11:50 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-02-15 03:11:50 +0000
commitd4a0b7bb7b14fb94d0f3f0dfd8697fa4c82cff53 (patch)
tree0d3ba110d138ab9740ee489e44ecad9975a4fa68 /llvm/lib
parent537ee02f89b93ee6ab91cce4990765ab48c82061 (diff)
downloadbcm5719-llvm-d4a0b7bb7b14fb94d0f3f0dfd8697fa4c82cff53.tar.gz
bcm5719-llvm-d4a0b7bb7b14fb94d0f3f0dfd8697fa4c82cff53.zip
For PR1195:
Change a comment: Packed Type -> Vector Type llvm-svn: 34299
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/VMCore/Type.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/Type.cpp b/llvm/lib/VMCore/Type.cpp
index ad0850bd176..b70b7c5ba3c 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 {
OpenPOWER on IntegriCloud