From b2dc296910508f5818548b696265d4f99aa3a6b9 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Fri, 24 Jul 2009 23:23:46 +0000 Subject: [PATCH] Fix compile with 4.4 (I hope?); PR4617. llvm-svn: 77015 --- llvm/lib/Target/MSIL/MSILWriter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Target/MSIL/MSILWriter.h b/llvm/lib/Target/MSIL/MSILWriter.h index 6c52a17be081..09cfb219bfef 100644 --- a/llvm/lib/Target/MSIL/MSILWriter.h +++ b/llvm/lib/Target/MSIL/MSILWriter.h @@ -35,7 +35,7 @@ namespace llvm { extern Target TheMSILTarget; } -namespace { +namespace MSIL { class MSILModule : public ModulePass { Module *ModulePtr;