[PATCH] D131608: [IR] Change access rights of PredIterator members
Dmitry Vassiliev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 15 05:26:39 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG5371ab445618: [IR] Change access rights of PredIterator members (authored by slydiman).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131608/new/
https://reviews.llvm.org/D131608
Files:
llvm/include/llvm/IR/CFG.h
Index: llvm/include/llvm/IR/CFG.h
===================================================================
--- llvm/include/llvm/IR/CFG.h
+++ llvm/include/llvm/IR/CFG.h
@@ -47,7 +47,7 @@
using pointer = Ptr *;
using reference = Ptr *;
-private:
+protected:
using Self = PredIterator<Ptr, USE_iterator>;
USE_iterator It;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131608.452637.patch
Type: text/x-patch
Size: 331 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220815/c3d13426/attachment.bin>
More information about the llvm-commits
mailing list