diff options
| author | Chris Lattner <sabre@nondot.org> | 2002-11-09 21:00:49 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2002-11-09 21:00:49 +0000 |
| commit | 65f2897f2c6f25de147fdcf9dcf4b5f9650b32ce (patch) | |
| tree | f404f07771cb46b99f09c11761cb8b6d3bd8343a /include | |
| parent | 96517253a1d26c9248ff42065f118d41f3835fc0 (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')
| -rw-r--r-- | include/llvm/Analysis/DSGraph.h | 2 | ||||
| -rw-r--r-- | include/llvm/Analysis/DataStructure/DSGraph.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Analysis/DSGraph.h b/include/llvm/Analysis/DSGraph.h index ad175ec063..3ec567e665 100644 --- a/include/llvm/Analysis/DSGraph.h +++ b/include/llvm/Analysis/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. 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. |
