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:
Chris Lattner 2005-02-07 16:09:01 +00:00
parent 2921916ffc
commit ddf5a35eed

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