aprantl added inline comments.
================ Comment at: lib/CodeGen/CGVTables.cpp:157 + if (DebugInfo) + DebugInfo->replaceTemporaryNodes(); + ---------------- Have you looked at what it would take to only finalize the nodes reachable via the function? Otherwise — have you audited that this is always safe? https://reviews.llvm.org/D37038 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits