Remove another unneeded call.
authorChris Lattner <sabre@nondot.org>
Sun, 8 Feb 2004 01:40:40 +0000 (01:40 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 8 Feb 2004 01:40:40 +0000 (01:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11177 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/DataStructure/TopDownClosure.cpp

index 45c1788e7a2db9a547051a4d692c432e9f4b1e78..939d7ebd6e1c317b91b6d76e7208ca05da84fdae 100644 (file)
@@ -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