mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-10 20:33:15 +00:00
[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:
parent
daada81e5c
commit
63f5912959
@ -846,7 +846,6 @@ const SCEV *WidenIV::GetSCEVByOpCode(const SCEV *LHS, const SCEV *RHS,
|
|||||||
return SE->getMulExpr(LHS, RHS);
|
return SE->getMulExpr(LHS, RHS);
|
||||||
|
|
||||||
llvm_unreachable("Unsupported opcode.");
|
llvm_unreachable("Unsupported opcode.");
|
||||||
return nullptr;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// No-wrap operations can transfer sign extension of their result to their
|
/// No-wrap operations can transfer sign extension of their result to their
|
||||||
|
Loading…
x
Reference in New Issue
Block a user