1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

Reenable printing of TD analysis

llvm-svn: 4214
This commit is contained in:
Chris Lattner 2002-10-17 04:24:30 +00:00
parent 0c48561a9e
commit b61fe19f98

View File

@ -170,14 +170,13 @@ void BUDataStructures::print(std::ostream &O, const Module *M) const {
#endif
}
#if 0
void TDDataStructures::print(std::ostream &O, const Module *M) const {
printCollection(*this, O, M, "td.");
#if 0
for (Module::const_iterator I = M->begin(), E = M->end(); I != E; ++I)
if (!I->isExternal()) {
(*getDSGraph(*I).GlobalsGraph)->writeGraphToFile(O, "gg.program");
break;
}
}
#endif
}