summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-09-16 01:58:47 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-09-16 01:58:47 +0000
commitc5d86153edb5c929d02dcf624bdc0e3be64716ce (patch)
treedfdff0a189392ec05c0922858abbfd5e59e7047c /clang/lib/AST
parent3fa50f9b0529f046c27a0a9d7f93732138638a6c (diff)
downloadbcm5719-llvm-c5d86153edb5c929d02dcf624bdc0e3be64716ce.tar.gz
bcm5719-llvm-c5d86153edb5c929d02dcf624bdc0e3be64716ce.zip
Prune "return" after llvm_unreachable(). It was redundant.
llvm-svn: 190774
Diffstat (limited to 'clang/lib/AST')
-rw-r--r--clang/lib/AST/ASTContext.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/AST/ASTContext.cpp b/clang/lib/AST/ASTContext.cpp
index 05d83547939..ee71116c58a 100644
--- a/clang/lib/AST/ASTContext.cpp
+++ b/clang/lib/AST/ASTContext.cpp
@@ -706,7 +706,6 @@ static bool isAddrSpaceMapManglingEnabled(const TargetInfo &TI,
return false;
}
llvm_unreachable("getAddressSpaceMapMangling() doesn't cover anything.");
- return false;
}
ASTContext::ASTContext(LangOptions& LOpts, SourceManager &SM,
OpenPOWER on IntegriCloud