diff options
author | Kazu Hirata <kazu@google.com> | 2025-01-29 14:31:00 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-29 14:31:00 -0800 |
commit | 774b12c4a06bd68f314bd741be0eb77a1cb49b7d (patch) | |
tree | 2c7e19730dd2a65c7476121cc9273ddb75cf0559 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 8a86e6aefead228a75107c813c282557425f0987 (diff) | |
download | llvm-774b12c4a06bd68f314bd741be0eb77a1cb49b7d.zip llvm-774b12c4a06bd68f314bd741be0eb77a1cb49b7d.tar.gz llvm-774b12c4a06bd68f314bd741be0eb77a1cb49b7d.tar.bz2 |
[memprof] Initialize AllocInfoIter and CallSitesIter (NFC) (#124972)
This patch initializes AllocInfoIter and CallSitesIter to their
respective end(). I'm doing this not because I'm worried about
uninitialized iterators, but because the resulting code looks shorter
and makes it clear which data structure each iterator is associated
with.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions