mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-13 22:24:07 +00:00
Fix errant fallthrough in the generation of the lifetime markers.
Found by Alexander Kornienko. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174207 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -5170,6 +5170,7 @@ SelectionDAGBuilder::visitIntrinsicCall(const CallInst &I, unsigned Intrinsic) {
|
|||||||
Res = DAG.getNode(Opcode, dl, MVT::Other, Ops, 2);
|
Res = DAG.getNode(Opcode, dl, MVT::Other, Ops, 2);
|
||||||
DAG.setRoot(Res);
|
DAG.setRoot(Res);
|
||||||
}
|
}
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
case Intrinsic::invariant_start:
|
case Intrinsic::invariant_start:
|
||||||
// Discard region information.
|
// Discard region information.
|
||||||
|
Reference in New Issue
Block a user