mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-06 05:33:28 +00:00
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:
parent
108421a8e5
commit
9f2ac19f8e
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user