forked from OSchip/llvm-project
Fix errant fallthrough in the generation of the lifetime markers.
Found by Alexander Kornienko. llvm-svn: 174207
This commit is contained in:
parent
357aafb566
commit
f04cbeb357
|
@ -5170,6 +5170,7 @@ SelectionDAGBuilder::visitIntrinsicCall(const CallInst &I, unsigned Intrinsic) {
|
|||
Res = DAG.getNode(Opcode, dl, MVT::Other, Ops, 2);
|
||||
DAG.setRoot(Res);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
case Intrinsic::invariant_start:
|
||||
// Discard region information.
|
||||
|
|
Loading…
Reference in New Issue