[PATCH] D34575: [Dominators] Add NearestCommonDominator verification
Daniel Berlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 23 19:19:52 PDT 2017
dberlin accepted this revision.
dberlin added inline comments.
This revision is now accepted and ready to land.
================
Comment at: include/llvm/Support/GenericDomTreeConstruction.h:378
+ PrintBlockOrNullptr(errs(), NCD);
+ errs() << "\n";
+ errs().flush();
----------------
probably should say what the IDOM and To are :)
https://reviews.llvm.org/D34575
More information about the llvm-commits
mailing list