From 7cdf01d6c566cbb4c9b6b681635acd0e40ed7732 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77015 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/MSIL/MSILWriter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/MSIL/MSILWriter.h b/lib/Target/MSIL/MSILWriter.h index 6c52a17be08..09cfb219bfe 100644 --- a/lib/Target/MSIL/MSILWriter.h +++ b/lib/Target/MSIL/MSILWriter.h @@ -35,7 +35,7 @@ namespace llvm { extern Target TheMSILTarget; } -namespace { +namespace MSIL { class MSILModule : public ModulePass { Module *ModulePtr; -- 2.34.1