Fix errant fallthrough in the generation of the lifetime markers.

Found by Alexander Kornienko.

llvm-svn: 174207
This commit is contained in:
Nadav Rotem 2013-02-01 19:25:23 +00:00
parent 357aafb566
commit f04cbeb357
1 changed files with 1 additions and 0 deletions

View File

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