1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

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

llvm-svn: 2187
This commit is contained in:
Chris Lattner 2002-04-09 05:10:39 +00:00
parent 7bc600203b
commit 9a2cf06433

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