1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/include
Jakob Stoklund Olesen 36f332e23a 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.

llvm-svn: 120264
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