mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 06:33:24 +00:00
X86ISelLowering.cpp:LowerINTRINSIC_W_CHAIN(): Prune impossible "default:" [-Wcovered-switch-default]
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208533 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b1a6b91a1e
commit
7aa3041087
@ -12664,9 +12664,6 @@ static SDValue LowerINTRINSIC_W_CHAIN(SDValue Op, const X86Subtarget *Subtarget,
|
||||
SDLoc dl(Op);
|
||||
IntrinsicData Intr = itr->second;
|
||||
switch(Intr.Type) {
|
||||
default:
|
||||
llvm_unreachable("Unhandled intrinsic");
|
||||
break;
|
||||
case RDSEED:
|
||||
case RDRAND: {
|
||||
// Emit the node with the right value type.
|
||||
|
Loading…
x
Reference in New Issue
Block a user