Delete module.

llvm-svn: 51235
This commit is contained in:
Bill Wendling 2008-05-19 00:20:45 +00:00
parent 09ad5a52e1
commit 739223532a

View File

@ -70,7 +70,8 @@ int main(int argc, char**argv) {
PassManager PM;
PM.add(new PrintModulePass(&llvm::cout));
PM.run(*Mod);
delete Mod;
return 0;
}