[llvm-commits] CVS: llvm/include/llvm/Analysis/DSGraph.h
Chris Lattner
lattner at cs.uiuc.edu
Sat Nov 9 15:01:07 PST 2002
Changes in directory llvm/include/llvm/Analysis:
DSGraph.h updated: 1.34 -> 1.35
---
Log message:
Clean up DSGraph::removeDeadNodes interface
---
Diffs of the changes:
Index: llvm/include/llvm/Analysis/DSGraph.h
diff -u llvm/include/llvm/Analysis/DSGraph.h:1.34 llvm/include/llvm/Analysis/DSGraph.h:1.35
--- llvm/include/llvm/Analysis/DSGraph.h:1.34 Sat Nov 9 14:55:04 2002
+++ llvm/include/llvm/Analysis/DSGraph.h Sat Nov 9 15:00:49 2002
@@ -132,7 +132,7 @@
// 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.
More information about the llvm-commits
mailing list