mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Try using trivially dead deletion
llvm-svn: 7075
This commit is contained in:
parent
8dd0e2fb27
commit
59bb44723a
@ -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
Block a user