[PATCH] D76340: [Dominators] Fixup comments in GenericDominatorTreeConstruction. NFC.
Alina Sbirlea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 18 10:52:38 PDT 2020
asbirlea accepted this revision.
asbirlea added a comment.
Thank you!
================
Comment at: llvm/include/llvm/Support/GenericDomTreeConstruction.h:1509
// the nodes it dominated previously will now become unreachable.
+
bool verifyParentProperty(const DomTreeT &DT) {
----------------
No new line between method description and method declaration?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76340/new/
https://reviews.llvm.org/D76340
More information about the llvm-commits
mailing list