[X86] Remove a 'break' after an llvm_unreachable.

llvm-svn: 251775
This commit is contained in:
Craig Topper 2015-11-02 07:24:27 +00:00
parent d49a41793c
commit d6a77ca4bb
1 changed files with 1 additions and 3 deletions

View File

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