majnemer added inline comments.
================ Comment at: lib/Transforms/ObjCARC/ObjCARCOpts.cpp:701 + + if (auto *CleanupPad = dyn_cast<CleanupPadInst>(BB.getFirstNonPHI())) + OpBundles.emplace_back("funclet", CleanupPad); ---------------- What if the cleanuppad was introduced in a block which branched to this one? Repository: rC Clang https://reviews.llvm.org/D44327 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits