[all-commits] [llvm/llvm-project] 5371ab: [IR] Change access rights of PredIterator members
Dmitry Vasilyev via All-commits
all-commits at lists.llvm.org
Mon Aug 15 05:26:42 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5371ab445618297ce4e54fe2e6cb36744007f35b
https://github.com/llvm/llvm-project/commit/5371ab445618297ce4e54fe2e6cb36744007f35b
Author: Dmitry Vassiliev <dvassiliev at accesssoftek.com>
Date: 2022-08-15 (Mon, 15 Aug 2022)
Changed paths:
M llvm/include/llvm/IR/CFG.h
Log Message:
-----------
[IR] Change access rights of PredIterator members
These members were made private here https://github.com/llvm/llvm-project/commit/6177386b05ddaaee04160b153a41ed4edbd7bcaf without an explanation.
Our customers have an own implementation inherited from PredIterator with updated advancePastNonTerminators().
The access specifier protected looks resonable and safe here.
Reviewed By: RKSimon
Differential Revision: https://reviews.llvm.org/D131608
More information about the All-commits
mailing list