[analyzer] Remove a couple of unnecessary returns after llvm_unreachables.

llvm-svn: 138649
This commit is contained in:
Jordy Rose 2011-08-26 20:32:01 +00:00
parent 755c0c996a
commit 256a6dd13b
1 changed files with 0 additions and 2 deletions

View File

@ -2693,7 +2693,6 @@ public:
switch (GCMode) {
case LangOptions::HybridGC:
llvm_unreachable("GC mode not set yet!");
return true;
case LangOptions::NonGC:
return false;
case LangOptions::GCOnly:
@ -2701,7 +2700,6 @@ public:
}
llvm_unreachable("Invalid/unknown GC mode.");
return false;
}
bool isARCorGCEnabled(ASTContext &Ctx) const {