mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
*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:
parent
244212a80b
commit
f60c3fe8c8
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user