mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-13 23:18:58 +00:00
Reenable printing of TD analysis
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4214 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
613692c106
commit
e25ab83a5f
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user