mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-28 19:25:00 +00:00
Hopefully fix the build on Darwin with GCC 3.3
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20064 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -97,7 +97,7 @@ protected:
|
|||||||
|
|
||||||
// This map is only maintained during construction of BU Graphs
|
// This map is only maintained during construction of BU Graphs
|
||||||
std::map<std::vector<Function*>,
|
std::map<std::vector<Function*>,
|
||||||
std::pair<DSGraph*, std::vector<DSNodeHandle> > > IndCallGraphMap;
|
std::pair<DSGraph*, std::vector<DSNodeHandle> > > *IndCallGraphMap;
|
||||||
public:
|
public:
|
||||||
~BUDataStructures() { releaseMemory(); }
|
~BUDataStructures() { releaseMemory(); }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user