forked from OSchip/llvm-project
parent
ded489ec3b
commit
b1cabb6541
|
@ -452,7 +452,6 @@ void BUDataStructures::calculateGraph(DSGraph &Graph) {
|
|||
}
|
||||
|
||||
// Recompute the Incomplete markers
|
||||
assert(Graph.getInlinedGlobals().empty());
|
||||
Graph.maskIncompleteMarkers();
|
||||
Graph.markIncompleteNodes(DSGraph::MarkFormalArgs);
|
||||
|
||||
|
|
|
@ -252,7 +252,6 @@ void CompleteBUDataStructures::processGraph(DSGraph &G) {
|
|||
}
|
||||
|
||||
// Recompute the Incomplete markers
|
||||
assert(G.getInlinedGlobals().empty());
|
||||
G.maskIncompleteMarkers();
|
||||
G.markIncompleteNodes(DSGraph::MarkFormalArgs);
|
||||
|
||||
|
|
|
@ -468,7 +468,6 @@ void EquivClassGraphs::processGraph(DSGraph &G) {
|
|||
}
|
||||
|
||||
// Recompute the Incomplete markers.
|
||||
assert(G.getInlinedGlobals().empty());
|
||||
G.maskIncompleteMarkers();
|
||||
G.markIncompleteNodes(DSGraph::MarkFormalArgs);
|
||||
|
||||
|
|
Loading…
Reference in New Issue