Added declaration of mergeInGlobalsGraph

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7607 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Sumant Kowshik 2003-08-05 17:06:18 +00:00
parent 108421a8e5
commit 9f2ac19f8e
2 changed files with 4 additions and 0 deletions

View 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

View 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