OSDN Git Service
(root)
/
android-x86
/
external-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d29b8b8
)
For PR1195:
author
Reid Spencer
<rspencer@reidspencer.com>
Thu, 15 Feb 2007 03:11:50 +0000
(
03:11
+0000)
committer
Reid 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
patch
|
blob
|
history
diff --git
a/lib/VMCore/Type.cpp
b/lib/VMCore/Type.cpp
index
ad0850b
..
b70b7c5
100644
(file)
--- 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 {