mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-13 09:14:38 +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:
parent
2921916ffc
commit
ddf5a35eed
@ -97,7 +97,7 @@ protected:
|
||||
|
||||
// This map is only maintained during construction of BU Graphs
|
||||
std::map<std::vector<Function*>,
|
||||
std::pair<DSGraph*, std::vector<DSNodeHandle> > > IndCallGraphMap;
|
||||
std::pair<DSGraph*, std::vector<DSNodeHandle> > > *IndCallGraphMap;
|
||||
public:
|
||||
~BUDataStructures() { releaseMemory(); }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user