aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MSIL/MSILWriter.h
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-07-24 23:23:46 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-07-24 23:23:46 +0000
commit33fd0539dd8010f992a17b972cb263c341ea74c2 (patch)
treea6b9fa3139fe4a162461f8dce46ba34b3fee506f /lib/Target/MSIL/MSILWriter.h
parent127c2e730ca0507b35493986ec9fac20d70f6ec1 (diff)
downloadexternal_llvm-33fd0539dd8010f992a17b972cb263c341ea74c2.zip
external_llvm-33fd0539dd8010f992a17b972cb263c341ea74c2.tar.gz
external_llvm-33fd0539dd8010f992a17b972cb263c341ea74c2.tar.bz2
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
Diffstat (limited to 'lib/Target/MSIL/MSILWriter.h')
-rw-r--r--lib/Target/MSIL/MSILWriter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/MSIL/MSILWriter.h b/lib/Target/MSIL/MSILWriter.h
index 6c52a17..09cfb21 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;