add a new map
[oota-llvm.git] / include / llvm / PassManager.h
index c47abdaef957e229d3a26daae40b696f9d48cdab..1b77c875d915ceb63892d0053a0883dfa8d209d5 100644 (file)
 #ifndef LLVM_PASSMANAGER_H
 #define LLVM_PASSMANAGER_H
 
+namespace llvm {
+
 class Pass;
+class ModulePass;
 class Module;
 class ModuleProvider;
 template<class UnitType> class PassManagerT;
@@ -72,4 +75,6 @@ public:
   bool run(Function &F);
 };
 
+} // End llvm namespace
+
 #endif