Simplify JIT target selection.
[oota-llvm.git] / lib / Target / MSIL / MSILWriter.h
index 5dab0e8d3344c5a5753194aaacc3434681c697a2..21ff359920a3ae22c9a57492c491e4e43ffcb519 100644 (file)
 #include "llvm/IntrinsicInst.h"
 #include "llvm/Pass.h"
 #include "llvm/PassManager.h"
+#include "llvm/ADT/StringRef.h"
 #include "llvm/Analysis/FindUsedTypes.h"
 #include "llvm/Analysis/LoopInfo.h"
 #include "llvm/Support/FormattedStream.h"
 #include "llvm/Support/GetElementPtrTypeIterator.h"
 #include "llvm/Target/TargetData.h"
 #include "llvm/Target/TargetMachine.h"
-#include "llvm/Target/TargetMachineRegistry.h"
 #include "llvm/Support/Mangler.h"
 #include <ios>
 using namespace llvm;
@@ -34,7 +34,7 @@ namespace llvm {
   extern Target TheMSILTarget;
 }
 
-namespace {
+namespace MSIL {
 
   class MSILModule : public ModulePass {
     Module *ModulePtr;