projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f87bd84
)
This enum is dead
author
Chris Lattner
<sabre@nondot.org>
Thu, 5 Jul 2007 17:28:01 +0000
(17:28 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 5 Jul 2007 17:28:01 +0000
(17:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37920
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 1d182b7b92f45de1617c2873bcfbc8cd88ec2a6e..9b34dd840c8d7471aa5d860a618b009747dee5aa 100644
(file)
--- a/
lib/VMCore/Type.cpp
+++ b/
lib/VMCore/Type.cpp
@@
-303,7
+303,6
@@
static std::string getTypeDescription(const Type *Ty,
}
break;
}
- case Type::PackedStructTyID:
case Type::StructTyID: {
const StructType *STy = cast<StructType>(Ty);
if (STy->isPacked())