forked from OSchip/llvm-project
[NVPTX] [InstCombine] Add llvm_unreachable to appease MSVC.
llvm-svn: 293253
This commit is contained in:
parent
b2c82a6970
commit
25ebe2d767
|
@ -1743,6 +1743,7 @@ static Instruction *SimplifyNVVMIntrinsic(IntrinsicInst *II, InstCombiner &IC) {
|
|||
Instruction::FDiv, ConstantFP::get(II->getArgOperand(0)->getType(), 1),
|
||||
II->getArgOperand(0), II->getName());
|
||||
}
|
||||
llvm_unreachable("All SpecialCase enumerators should be handled in switch.");
|
||||
}
|
||||
|
||||
Instruction *InstCombiner::visitVAStartInst(VAStartInst &I) {
|
||||
|
|
Loading…
Reference in New Issue