diff options
author | Chris Lattner <sabre@nondot.org> | 2002-04-09 05:10:39 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-04-09 05:10:39 +0000 |
commit | f60c3fe8c8dc70946ea2f19107a6fc0211456229 (patch) | |
tree | aad5486e48cbbb11f4967c9ca3f318ba93b5ca3e /lib | |
parent | 244212a80b7c86fde230d06e785063ab74d4bd24 (diff) |
*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
Diffstat (limited to 'lib')
-rw-r--r-- | lib/VMCore/Type.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/VMCore/Type.cpp b/lib/VMCore/Type.cpp index e5e55c7dab..d537e70883 100644 --- 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() |