forked from OSchip/llvm-project
Silencing an MSVC warning about not all control paths returning a value (even though the switch is fully covered). No functional change.
llvm-svn: 208565
This commit is contained in:
parent
120195542c
commit
29fd7b9b20
|
@ -12737,6 +12737,7 @@ static SDValue LowerINTRINSIC_W_CHAIN(SDValue Op, const X86Subtarget *Subtarget,
|
|||
Ret, SDValue(InTrans.getNode(), 1));
|
||||
}
|
||||
}
|
||||
llvm_unreachable("Unknown Intrinsic Type");
|
||||
}
|
||||
|
||||
SDValue X86TargetLowering::LowerRETURNADDR(SDValue Op,
|
||||
|
|
Loading…
Reference in New Issue