================ @@ -1118,6 +1118,8 @@ void CodeGenFunction::EmitBranchThroughCleanup(JumpDest Dest) { // Create the branch. llvm::BranchInst *BI = Builder.CreateBr(Dest.getBlock()); + // This is the primary instruction for this atom, acting in place of a ret. ---------------- jmorse wrote:
I think in isolation this comment will be hard to understand, particularly relating it to a `ret`. Perhaps "this atom" -> "the source atom leaving this scope"? https://github.com/llvm/llvm-project/pull/134652 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits