From: Sumant Kowshik Date: Tue, 5 Aug 2003 17:06:18 +0000 (+0000) Subject: Added declaration of mergeInGlobalsGraph X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9f2ac19f8e6f8304b80bf5cc130361672ee70d53;p=oota-llvm.git Added declaration of mergeInGlobalsGraph git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7607 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Analysis/DSGraph.h b/include/llvm/Analysis/DSGraph.h index 4df269c12d1..e9b027264a5 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 4df269c12d1..e9b027264a5 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