aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-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;