mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
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:
parent
1cec507d6d
commit
e7dd13a094
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user