Kill off one last exit() call.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90439 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2009-12-03 09:13:43 +00:00
Родитель 33671988f1
Коммит 36841b3636
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 =