forked from OSchip/llvm-project
parent
20d93ca01d
commit
d3d5c5c98e
|
@ -135,6 +135,7 @@ void TDDataStructures::calculateGraphFrom(Function &F) {
|
|||
|
||||
void TDDataStructures::inlineGraphIntoCallees(DSGraph &Graph) {
|
||||
// Recompute the Incomplete markers and eliminate unreachable nodes.
|
||||
Graph.removeTriviallyDeadNodes();
|
||||
Graph.maskIncompleteMarkers();
|
||||
|
||||
// If any of the functions has incomplete incoming arguments, don't mark any
|
||||
|
|
Loading…
Reference in New Issue