[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
This commit is contained in:
Zinovy Nis 2014-08-21 13:30:05 +00:00
parent daada81e5c
commit 63f5912959

View File

@ -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