Added declaration of mergeInGlobalsGraph
authorSumant Kowshik <kowshik@uiuc.edu>
Tue, 5 Aug 2003 17:06:18 +0000 (17:06 +0000)
committerSumant Kowshik <kowshik@uiuc.edu>
Tue, 5 Aug 2003 17:06:18 +0000 (17:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7607 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/DSGraph.h
include/llvm/Analysis/DataStructure/DSGraph.h

index 4df269c12d13bafcf28ae4b0d1b0287a799bf408..e9b027264a5606fa93c942c5799236d11ca5754e 100644 (file)
@@ -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
index 4df269c12d13bafcf28ae4b0d1b0287a799bf408..e9b027264a5606fa93c942c5799236d11ca5754e 100644 (file)
@@ -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