updated to avoid compiler error
git-svn-id: svn://anubis/misc/llvm@61 bd8a9e45-a331-0410-811e-c64571078777
This commit is contained in:
parent
a38bfa8400
commit
1b1766e07b
@ -18,7 +18,7 @@ int main(int argc, char * argv[])
|
||||
verifyModule(*Mod, PrintMessageAction);
|
||||
|
||||
PassManager PM;
|
||||
PM.add(new PrintModulePass(&llvm::cout));
|
||||
PM.add(createPrintModulePass(&llvm::cout));
|
||||
PM.run(*Mod);
|
||||
|
||||
delete Mod;
|
||||
|
Loading…
x
Reference in New Issue
Block a user