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,


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to