[PATCH] D131608: [IR] Change access rights of PredIterator members

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 15 04:10:19 PDT 2022


RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: llvm/include/llvm/IR/CFG.h:42
 template <class Ptr, class USE_iterator> // Predecessor Iterator
 class PredIterator {
 public:
----------------
We usually inherit (CRTP style) from iterator_adaptor_base - not sure why we don't here.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131608/new/

https://reviews.llvm.org/D131608



More information about the llvm-commits mailing list