1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Hopefully fix the build on Darwin with GCC 3.3

llvm-svn: 20064
This commit is contained in:
Chris Lattner 2005-02-07 16:09:01 +00:00
parent cf4f405e55
commit a378bec169

View File

@ -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(); }