diff options
author | Dmitry Vassiliev <dvassiliev@accesssoftek.com> | 2022-08-15 14:25:58 +0200 |
---|---|---|
committer | Dmitry Vassiliev <dvassiliev@accesssoftek.com> | 2022-08-15 14:25:58 +0200 |
commit | 5371ab445618297ce4e54fe2e6cb36744007f35b (patch) | |
tree | 1f94e681d5f9b28761d7a2fa393a1eb0861d0c9a /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | 354fa0b48008eca701a110badd6974bf449df257 (diff) | |
download | llvm-5371ab445618297ce4e54fe2e6cb36744007f35b.zip llvm-5371ab445618297ce4e54fe2e6cb36744007f35b.tar.gz llvm-5371ab445618297ce4e54fe2e6cb36744007f35b.tar.bz2 |
[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
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions