llvm-6502/include
Jakob Stoklund Olesen 5f456cda98 Disallow overlapping inserts, even when inserting the same value.
We always disallowed overlapping inserts with different values, and this makes
the insertion code smaller and faster.

If an overwriting insert is needed, it can be added as a separate method that
trims any existing intervals before inserting. The immediate use cases for
IntervalMap don't need this - they only use disjoint insertions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120264 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-28 22:17:11 +00:00
..
llvm Disallow overlapping inserts, even when inserting the same value. 2010-11-28 22:17:11 +00:00
llvm-c add a function to the C api to get the context out of a module, patch 2010-11-28 20:03:44 +00:00