[llvm-commits] CVS: llvm/include/llvm/Analysis/DSGraph.h
Sumant Kowshik
kowshik at cs.uiuc.edu
Tue Aug 5 12:07:01 PDT 2003
Changes in directory llvm/include/llvm/Analysis:
DSGraph.h updated: 1.56 -> 1.57
---
Log message:
Added declaration of mergeInGlobalsGraph
---
Diffs of the changes:
Index: llvm/include/llvm/Analysis/DSGraph.h
diff -u llvm/include/llvm/Analysis/DSGraph.h:1.56 llvm/include/llvm/Analysis/DSGraph.h:1.57
--- llvm/include/llvm/Analysis/DSGraph.h:1.56 Wed Jul 16 16:45:15 2003
+++ llvm/include/llvm/Analysis/DSGraph.h Tue Aug 5 12:06:18 2003
@@ -290,6 +290,8 @@
void AssertGraphOK() const;
+ void DSGraph::mergeInGlobalsGraph();
+
public:
// removeTriviallyDeadNodes - After the graph has been constructed, this
// method removes all unreachable nodes that are created because they got
More information about the llvm-commits
mailing list