Remove debugging output

llvm-svn: 1383
This commit is contained in:
Chris Lattner 2001-11-26 19:14:16 +00:00
parent 4219baafb5
commit 1416a2992e
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ PrebuiltStructMutation::TransformsType
set<const Type*> ProcessedTypes;
for (set<PointerType*>::const_iterator I = UnsafePTys.begin(),
E = UnsafePTys.end(); I != E; ++I) {
cerr << "Pruning type: " << *I << endl;
//cerr << "Pruning type: " << *I << endl;
PruneTypes(*I, TypesToModify, ProcessedTypes);
}