diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-07-24 23:23:46 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-07-24 23:23:46 +0000 |
commit | 7cdf01d6c566cbb4c9b6b681635acd0e40ed7732 (patch) | |
tree | a6b9fa3139fe4a162461f8dce46ba34b3fee506f | |
parent | 0baa25d5391c9e94215830382d21b92b786d9ab4 (diff) |
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
-rw-r--r-- | lib/Target/MSIL/MSILWriter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/MSIL/MSILWriter.h b/lib/Target/MSIL/MSILWriter.h index 6c52a17be0..09cfb219bf 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; |