lebedev.ri added inline comments.
================ Comment at: llvm/tools/opt/PrintSCC.cpp:82-83 errs() << (*I)->getName() << ", "; - if (nextSCC.size() == 1 && SCCI.hasLoop()) - errs() << " (Has self-loop)."; + if (nextSCC.size() == 1 && SCCI.hasCycle()) + errs() << " (Has self-cycle)."; } ---------------- err, i was specifically talking about this ================ Comment at: llvm/tools/opt/PrintSCC.cpp:104-105 : "external node") << ", "; - if (nextSCC.size() == 1 && SCCI.hasLoop()) - errs() << " (Has self-loop)."; + if (nextSCC.size() == 1 && SCCI.hasCycle()) + errs() << " (Has self-cycle)."; } ---------------- And this Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D74801/new/ https://reviews.llvm.org/D74801 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits