Get lib/Analysis/DataStructure to compile with VC++
[oota-llvm.git] / lib / Analysis / DataStructure / MemoryDepAnalysis.cpp
index 51485dab891f834063da7b05d0f213607725cc65..9a65c488bff4478b45175c355ec27dd8ffed053e 100644 (file)
@@ -49,7 +49,8 @@ namespace llvm {
 /// 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;