aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/MetadataLoader.cpp
diff options
context:
space:
mode:
authorChris Bieneman <chris.bieneman@me.com>2020-04-20 16:50:20 -0500
committerChris Bieneman <chris.bieneman@me.com>2020-04-20 17:30:31 -0500
commit31282d399b79526303ae4b5d1f73ace8a40c6587 (patch)
treec1bd2cc8311c15c4649c3642b5f5a01136076684 /llvm/lib/Bitcode/Reader/MetadataLoader.cpp
parent365b60fc9371209f855d89f5d08c3f5ea9400711 (diff)
downloadllvm-31282d399b79526303ae4b5d1f73ace8a40c6587.zip
llvm-31282d399b79526303ae4b5d1f73ace8a40c6587.tar.gz
llvm-31282d399b79526303ae4b5d1f73ace8a40c6587.tar.bz2
Fix LLVM_REVERSE_ITERATION
A recent change (4e86e5eedc6), broke `LLVM_REVERSE_ITERATION` for DenseMaps by adding an assert. It is valid to de-reference and increment one step behind `End` when reverse iteration is enabled because `End` is actually the start of the pointer bucket.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/MetadataLoader.cpp')
0 files changed, 0 insertions, 0 deletions