mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-19 02:08:06 +00:00
Make the TD pass not include all of the call nodes from the local pass,
eliminating incomplete markers from them git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5490 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f52ade928c
commit
24d80079a8
@ -87,6 +87,7 @@ DSGraph &TDDataStructures::getOrCreateDSGraph(Function &F) {
|
|||||||
if (G == 0) { // Not created yet? Clone BU graph...
|
if (G == 0) { // Not created yet? Clone BU graph...
|
||||||
G = new DSGraph(getAnalysis<BUDataStructures>().getDSGraph(F));
|
G = new DSGraph(getAnalysis<BUDataStructures>().getDSGraph(F));
|
||||||
G->getAuxFunctionCalls().clear();
|
G->getAuxFunctionCalls().clear();
|
||||||
|
G->setPrintAuxCalls();
|
||||||
G->setGlobalsGraph(GlobalsGraph);
|
G->setGlobalsGraph(GlobalsGraph);
|
||||||
}
|
}
|
||||||
return *G;
|
return *G;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user