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:
244212a
)
*blush* somehow this debugging code got checked in...
author
Chris Lattner
<sabre@nondot.org>
Tue, 9 Apr 2002 05:10:39 +0000
(
05:10
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 9 Apr 2002 05:10:39 +0000
(
05:10
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2187
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 e5e55c7dabdeb272d8c716691a748edf2c8ab43b..d537e708838b9fdbd58f84ea895788ab49a19e18 100644
(file)
--- a/
lib/VMCore/Type.cpp
+++ b/
lib/VMCore/Type.cpp
@@
-779,9
+779,6
@@
void debug_type_tables() {
//
void DerivedType::addAbstractTypeUser(AbstractTypeUser *U) const {
assert(isAbstract() && "addAbstractTypeUser: Current type not abstract!");
- if (U == (AbstractTypeUser*)0x2568a8) {
- cerr << "Found bad guy!\n";
- }
#if DEBUG_MERGE_TYPES
cerr << " addAbstractTypeUser[" << (void*)this << ", " << getDescription()