[llvm-commits] CVS: llvm/lib/Analysis/DataStructure/MemoryDepAnalysis.cpp

Jeff Cohen jeffc at jolt-lang.org
Sat Jan 8 20:18:39 PST 2005



Changes in directory llvm/lib/Analysis/DataStructure:

MemoryDepAnalysis.cpp updated: 1.20 -> 1.21
---
Log message:

Get lib/Analysis/DataStructure to compile with VC++

---
Diffs of the changes:  (+2 -1)

Index: llvm/lib/Analysis/DataStructure/MemoryDepAnalysis.cpp
diff -u llvm/lib/Analysis/DataStructure/MemoryDepAnalysis.cpp:1.20 llvm/lib/Analysis/DataStructure/MemoryDepAnalysis.cpp:1.21
--- llvm/lib/Analysis/DataStructure/MemoryDepAnalysis.cpp:1.20	Mon Dec  6 22:03:45 2004
+++ llvm/lib/Analysis/DataStructure/MemoryDepAnalysis.cpp	Sat Jan  8 22:18:28 2005
@@ -49,7 +49,8 @@
 /// not copied over from one table to another since it is no longer useful.
 ///--------------------------------------------------------------------------
 
-struct ModRefTable {
+class ModRefTable {
+public:
   typedef hash_map<Instruction*, ModRefInfo> ModRefMap;
   typedef ModRefMap::const_iterator                 const_map_iterator;
   typedef ModRefMap::      iterator                       map_iterator;






More information about the llvm-commits mailing list