mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-12 17:37:13 +00:00
ProgrammersManual.rst: fix a typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226367 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5eed637b34
commit
aaac99269f
@ -1408,7 +1408,7 @@ llvm/ADT/IntervalMap.h
|
||||
|
||||
IntervalMap is a compact map for small keys and values. It maps key intervals
|
||||
instead of single keys, and it will automatically coalesce adjacent intervals.
|
||||
When then map only contains a few intervals, they are stored in the map object
|
||||
When the map only contains a few intervals, they are stored in the map object
|
||||
itself to avoid allocations.
|
||||
|
||||
The IntervalMap iterators are quite big, so they should not be passed around as
|
||||
|
Loading…
x
Reference in New Issue
Block a user