[X86] Remove a 'break' after an llvm_unreachable.
llvm-svn: 251775
This commit is contained in:
parent
d49a41793c
commit
d6a77ca4bb
|
|
@ -16960,9 +16960,7 @@ static SDValue LowerINTRINSIC_W_CHAIN(SDValue Op, const X86Subtarget *Subtarget,
|
||||||
|
|
||||||
SDLoc dl(Op);
|
SDLoc dl(Op);
|
||||||
switch(IntrData->Type) {
|
switch(IntrData->Type) {
|
||||||
default:
|
default: llvm_unreachable("Unknown Intrinsic Type");
|
||||||
llvm_unreachable("Unknown Intrinsic Type");
|
|
||||||
break;
|
|
||||||
case RDSEED:
|
case RDSEED:
|
||||||
case RDRAND: {
|
case RDRAND: {
|
||||||
// Emit the node with the right value type.
|
// Emit the node with the right value type.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue