1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Fixed compilation issue

llvm-svn: 208524
This commit is contained in:
Elena Demikhovsky 2014-05-12 07:45:41 +00:00
parent 784490ba2d
commit e132f428fd

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.