*blush* somehow this debugging code got checked in...

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2187 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-04-09 05:10:39 +00:00
parent 244212a80b
commit f60c3fe8c8

View File

@ -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()