aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/DataStructure
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-11-09 21:00:49 +0000
committerChris Lattner <sabre@nondot.org>2002-11-09 21:00:49 +0000
commit65f2897f2c6f25de147fdcf9dcf4b5f9650b32ce (patch)
treef404f07771cb46b99f09c11761cb8b6d3bd8343a /include/llvm/Analysis/DataStructure
parent96517253a1d26c9248ff42065f118d41f3835fc0 (diff)
Clean up DSGraph::removeDeadNodes interface
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4660 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis/DataStructure')
-rw-r--r--include/llvm/Analysis/DataStructure/DSGraph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/DataStructure/DSGraph.h b/include/llvm/Analysis/DataStructure/DSGraph.h
index ad175ec063..3ec567e665 100644
--- a/include/llvm/Analysis/DataStructure/DSGraph.h
+++ b/include/llvm/Analysis/DataStructure/DSGraph.h
@@ -132,7 +132,7 @@ public:
// from the caller's graph entirely. This is only appropriate to use when
// inlining graphs.
//
- void removeDeadNodes(bool KeepAllGlobals, bool KeepCalls);
+ void removeDeadNodes(bool KeepAllGlobals);
// CloneFlags enum - Bits that may be passed into the cloneInto method to
// specify how to clone the function graph.