commit | 65f2897f2c6f25de147fdcf9dcf4b5f9650b32ce | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sat Nov 09 21:00:49 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sat Nov 09 21:00:49 2002 +0000 |
tree | f404f07771cb46b99f09c11761cb8b6d3bd8343a | |
parent | 96517253a1d26c9248ff42065f118d41f3835fc0 [diff] [blame] |
Clean up DSGraph::removeDeadNodes interface git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4660 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/DataStructure/Steensgaard.cpp b/lib/Analysis/DataStructure/Steensgaard.cpp index 5ee4dc4..6dc2bda 100644 --- a/lib/Analysis/DataStructure/Steensgaard.cpp +++ b/lib/Analysis/DataStructure/Steensgaard.cpp
@@ -194,7 +194,7 @@ ResultGraph->markIncompleteNodes(false); // Remove any nodes that are dead after all of the merging we have done... - ResultGraph->removeDeadNodes(true, true); + ResultGraph->removeDeadNodes(true); DEBUG(print(std::cerr, &M)); return false;