diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2021-11-15 17:22:30 -0800 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2021-11-16 10:25:10 -0800 |
commit | fd6018072ace7d5cdf537fd63a44c050a98e52fc (patch) | |
tree | 3a9012388c3f8804a18e08fcfe0af9b2d0b867ae /llvm/lib/Support/APInt.cpp | |
parent | a0f1f171314f99351d47d033b13a5aea6c5ee84e (diff) | |
download | llvm-fd6018072ace7d5cdf537fd63a44c050a98e52fc.zip llvm-fd6018072ace7d5cdf537fd63a44c050a98e52fc.tar.gz llvm-fd6018072ace7d5cdf537fd63a44c050a98e52fc.tar.bz2 |
DebugInfo: Make DWARFExpression::iterator a const iterator
3d1d8c767be5537eb5510ee0522e2f3475fe7c04 made
DWARFExpression::iterator's Operation member `mutable`. After a few prep
commits, the iterator can instead be made a `const` iterator since no
caller can change the Operation.
Differential Revision: https://reviews.llvm.org/D113958
Diffstat (limited to 'llvm/lib/Support/APInt.cpp')
0 files changed, 0 insertions, 0 deletions