Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it)

llvm-svn: 148292
This commit is contained in:
David Blaikie
2012-01-17 06:56:22 +00:00
parent 7ccdc5c192
commit 8a40f700e6
43 changed files with 77 additions and 185 deletions

View File

@@ -72,7 +72,6 @@ Module::isAvailable(const LangOptions &LangOpts, StringRef &Feature) const {
}
llvm_unreachable("could not find a reason why module is unavailable");
return false;
}
bool Module::isSubModuleOf(Module *Other) const {