aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSumant Kowshik <kowshik@uiuc.edu>2003-08-05 17:06:18 +0000
committerSumant Kowshik <kowshik@uiuc.edu>2003-08-05 17:06:18 +0000
commit9f2ac19f8e6f8304b80bf5cc130361672ee70d53 (patch)
tree7d2edd2b4b41b29cd9e7734e717328b744f36817
parent108421a8e55a5fa0236420fa9735c7fdc85bf4fe (diff)
Added declaration of mergeInGlobalsGraph
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7607 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Analysis/DSGraph.h2
-rw-r--r--include/llvm/Analysis/DataStructure/DSGraph.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/include/llvm/Analysis/DSGraph.h b/include/llvm/Analysis/DSGraph.h
index 4df269c12d..e9b027264a 100644
--- a/include/llvm/Analysis/DSGraph.h
+++ b/include/llvm/Analysis/DSGraph.h
@@ -290,6 +290,8 @@ public:
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
diff --git a/include/llvm/Analysis/DataStructure/DSGraph.h b/include/llvm/Analysis/DataStructure/DSGraph.h
index 4df269c12d..e9b027264a 100644
--- a/include/llvm/Analysis/DataStructure/DSGraph.h
+++ b/include/llvm/Analysis/DataStructure/DSGraph.h
@@ -290,6 +290,8 @@ public:
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