Fix compile with 4.4 (I hope?); PR4617.

llvm-svn: 77015
This commit is contained in:
Daniel Dunbar 2009-07-24 23:23:46 +00:00
parent c76c723e25
commit b2dc296910
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ namespace llvm {
extern Target TheMSILTarget;
}
namespace {
namespace MSIL {
class MSILModule : public ModulePass {
Module *ModulePtr;