Kill off one last exit() call.

llvm-svn: 90439
This commit is contained in:
Daniel Dunbar 2009-12-03 09:13:43 +00:00
parent f5bda7b5eb
commit b066116b30
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ static FrontendAction *CreateFrontendAction(CompilerInstance &CI) {
ie = FrontendPluginRegistry::end();
it != ie; ++it)
llvm::errs() << " " << it->getName() << " - " << it->getDesc() << "\n";
exit(1);
return 0;
}
for (FrontendPluginRegistry::iterator it =