1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Remove debugging output

llvm-svn: 1383
This commit is contained in:
Chris Lattner 2001-11-26 19:14:16 +00:00
parent c56685dca6
commit 2459d65720

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);
}