Fix compile with 4.4 (I hope?); PR4617.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 24 Jul 2009 23:23:46 +0000 (23:23 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 24 Jul 2009 23:23:46 +0000 (23:23 +0000)
llvm-svn: 77015

llvm/lib/Target/MSIL/MSILWriter.h

index 6c52a17be081b43082e5bdf13db48f31fa491a6d..09cfb219bfef393b1c4c512548a62d6c805f5436 100644 (file)
@@ -35,7 +35,7 @@ namespace llvm {
   extern Target TheMSILTarget;
 }
 
-namespace {
+namespace MSIL {
 
   class MSILModule : public ModulePass {
     Module *ModulePtr;