From: Zinovy Nis Date: Thu, 21 Aug 2014 13:30:05 +0000 (+0000) Subject: [CLNUP] Remove return after llvm_unreachable. Thanks to Hal Finkel for pointing. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=63f59129595113e1ded9f6b50f7b6419617c9091;p=oota-llvm.git [CLNUP] Remove return after llvm_unreachable. Thanks to Hal Finkel for pointing. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216176 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Scalar/IndVarSimplify.cpp b/lib/Transforms/Scalar/IndVarSimplify.cpp index 9b653c6a232..0d97b461c5c 100644 --- a/lib/Transforms/Scalar/IndVarSimplify.cpp +++ b/lib/Transforms/Scalar/IndVarSimplify.cpp @@ -846,7 +846,6 @@ const SCEV *WidenIV::GetSCEVByOpCode(const SCEV *LHS, const SCEV *RHS, return SE->getMulExpr(LHS, RHS); llvm_unreachable("Unsupported opcode."); - return nullptr; } /// No-wrap operations can transfer sign extension of their result to their