Hopefully fix the build on Darwin with GCC 3.3
authorChris Lattner <sabre@nondot.org>
Mon, 7 Feb 2005 16:09:01 +0000 (16:09 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 7 Feb 2005 16:09:01 +0000 (16:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20064 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/DataStructure/DataStructure.h

index 7459bc8ed22628f1bdee3e16c0fc18242adb1124..1c2f4e654ad7a98a33ee3b3351a446886f3b6127 100644 (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(); }