summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-04-09 05:10:39 +0000
committerChris Lattner <sabre@nondot.org>2002-04-09 05:10:39 +0000
commitf85684a92d46f44fc3a25517055ccc9c8394fe2a (patch)
tree26e3cb7c0d7b88ef67a852e1fd4c98d194461d72
parent3abd752f902ff730267d08c39adc634105b65bb1 (diff)
downloadbcm5719-llvm-f85684a92d46f44fc3a25517055ccc9c8394fe2a.tar.gz
bcm5719-llvm-f85684a92d46f44fc3a25517055ccc9c8394fe2a.zip
*blush* somehow this debugging code got checked in...
llvm-svn: 2187
-rw-r--r--llvm/lib/VMCore/Type.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/VMCore/Type.cpp b/llvm/lib/VMCore/Type.cpp
index e5e55c7dabd..d537e708838 100644
--- a/llvm/lib/VMCore/Type.cpp
+++ b/llvm/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()
OpenPOWER on IntegriCloud