diff options
author | Chris Lattner <sabre@nondot.org> | 2004-02-08 01:40:40 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-02-08 01:40:40 +0000 |
commit | e1531f3eb1d578efbc25ddd3a58a06f98dfc92f9 (patch) | |
tree | 2c80a6c5464ed983c3b190be8f6d2998c69726bf /llvm/lib/Analysis/DataStructure | |
parent | 985282c78ee1ac9ca801dc3da1bce2a8eba346b0 (diff) | |
download | bcm5719-llvm-e1531f3eb1d578efbc25ddd3a58a06f98dfc92f9.tar.gz bcm5719-llvm-e1531f3eb1d578efbc25ddd3a58a06f98dfc92f9.zip |
Remove another unneeded call.
llvm-svn: 11177
Diffstat (limited to 'llvm/lib/Analysis/DataStructure')
-rw-r--r-- | llvm/lib/Analysis/DataStructure/TopDownClosure.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/DataStructure/TopDownClosure.cpp b/llvm/lib/Analysis/DataStructure/TopDownClosure.cpp index 45c1788e7a2..939d7ebd6e1 100644 --- a/llvm/lib/Analysis/DataStructure/TopDownClosure.cpp +++ b/llvm/lib/Analysis/DataStructure/TopDownClosure.cpp @@ -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 |