Fixed compilation issue

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208524 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Elena Demikhovsky 2014-05-12 07:45:41 +00:00
parent 1cec507d6d
commit e7dd13a094

View File

@ -12666,6 +12666,7 @@ static SDValue LowerINTRINSIC_W_CHAIN(SDValue Op, const X86Subtarget *Subtarget,
switch(Intr.Type) {
default:
llvm_unreachable("Unhandled intrinsic");
break;
case RDSEED:
case RDRAND: {
// Emit the node with the right value type.