mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-01 09:18:30 +00:00
Remove another unneeded call.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11177 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cadfac6879
commit
cd90f21c0c
@ -175,7 +175,6 @@ void TDDataStructures::releaseMyMemory() {
|
||||
|
||||
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