[llvm] Fix: Distinguish CFI Metadata Checks in MergeFunctions Pass (PR #65963)
Duncan P. N. Exon Smith via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 20 21:38:57 PDT 2023
================
@@ -375,9 +375,35 @@ bool MergeFunctions::doFunctionalCheck(std::vector<WeakTrackingVH> &Worklist) {
}
#endif
+// This function iterates over two functions and compares their
----------------
dexonsmith wrote:
I think use `///` for this comment block so that it shows up in doxygen.
https://github.com/llvm/llvm-project/pull/65963
More information about the llvm-commits
mailing list