[PATCH] D76340: [Dominators] Fixup comments in GenericDominatorTreeConstruction. NFC.

Jakub Kuderski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 18 11:25:01 PDT 2020


kuhar marked 2 inline comments as done.
kuhar added inline comments.


================
Comment at: llvm/include/llvm/Support/GenericDomTreeConstruction.h:1509
   // the nodes it dominated previously will now become unreachable.
+
   bool verifyParentProperty(const DomTreeT &DT) {
----------------
asbirlea wrote:
> No new line between method description and method declaration?
Good catch, thanks!


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