r190774 - Prune "return" after llvm_unreachable(). It was redundant.

NAKAMURA Takumi geek4civic at gmail.com
Sun Sep 15 18:58:47 PDT 2013


Author: chapuni
Date: Sun Sep 15 20:58:47 2013
New Revision: 190774

URL: http://llvm.org/viewvc/llvm-project?rev=190774&view=rev
Log:
Prune "return" after llvm_unreachable(). It was redundant.

Modified:
    cfe/trunk/lib/AST/ASTContext.cpp

Modified: cfe/trunk/lib/AST/ASTContext.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/ASTContext.cpp?rev=190774&r1=190773&r2=190774&view=diff
==============================================================================
--- cfe/trunk/lib/AST/ASTContext.cpp (original)
+++ cfe/trunk/lib/AST/ASTContext.cpp Sun Sep 15 20:58:47 2013
@@ -706,7 +706,6 @@ static bool isAddrSpaceMapManglingEnable
     return false;
   }
   llvm_unreachable("getAddressSpaceMapMangling() doesn't cover anything.");
-  return false;
 }
 
 ASTContext::ASTContext(LangOptions& LOpts, SourceManager &SM,





More information about the cfe-commits mailing list