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:
Aaron Ballman 2014-05-12 14:22:58 +00:00
parent 120195542c
commit 29fd7b9b20
1 changed files with 1 additions and 0 deletions

View File

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