diff options
author | Pavel Labath <pavel@labath.sk> | 2020-07-24 14:49:17 +0200 |
---|---|---|
committer | Pavel Labath <pavel@labath.sk> | 2020-07-27 10:06:56 +0200 |
commit | 81d7ebaf5c369d42b77f9e3e47e2ac22c306ec04 (patch) | |
tree | 525c66ba06bf5be4652a0dbe68e2b5981a37c050 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | 36618274f3e2cdea98cd8202204b8ad2913aae46 (diff) | |
download | llvm-81d7ebaf5c369d42b77f9e3e47e2ac22c306ec04.zip llvm-81d7ebaf5c369d42b77f9e3e47e2ac22c306ec04.tar.gz llvm-81d7ebaf5c369d42b77f9e3e47e2ac22c306ec04.tar.bz2 |
[lldb/Utility] Fix a bug in RangeMap::CombineConsecutiveRanges
The function didn't combine a large entry which overlapped several other
entries, if those other entries were not overlapping among each other.
E.g., (0,20),(5,6),(10,11) produced (0,20),(10,11)
Now it just produced (0,20).
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions