================ @@ -701,11 +701,12 @@ void CodeGenFunction::PopCleanupBlock(bool FallthroughIsBranchThrough, // If this is a normal cleanup, then having a prebranched // fallthrough implies that the fallthrough source unconditionally - // jumps here. + // jumps here, unless its for a lifetime marker. ---------------- ilovepi wrote:
Hmm, looks like this isn't needed anymore. I had added this at some point in the past when trying to get things working, and it looks like I didn't clean up properly. I think we can drop all the changes to this file now. https://github.com/llvm/llvm-project/pull/175816 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
