*blush* somehow this debugging code got checked in...
authorChris Lattner <sabre@nondot.org>
Tue, 9 Apr 2002 05:10:39 +0000 (05:10 +0000)
committerChris 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

index e5e55c7dabdeb272d8c716691a748edf2c8ab43b..d537e708838b9fdbd58f84ea895788ab49a19e18 100644 (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()