]> granicus.if.org Git - clang/commitdiff
Prune "return" after llvm_unreachable(). It was redundant.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 16 Sep 2013 01:58:47 +0000 (01:58 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 16 Sep 2013 01:58:47 +0000 (01:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190774 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/ASTContext.cpp

index 05d83547939f6459d9e83f69e9e371c64850a187..ee71116c58a1e39c49b5f75b6bc2ab3a56ab1f4f 100644 (file)
@@ -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,