mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +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:
parent
9f285c6c31
commit
5882e566a5
@ -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…
x
Reference in New Issue
Block a user