[ADT] IntervalMap: use AlignedCharArrayUnion.
authorFrederic Riss <friss@apple.com>
Thu, 12 Mar 2015 18:45:07 +0000 (18:45 +0000)
committerFrederic Riss <friss@apple.com>
Thu, 12 Mar 2015 18:45:07 +0000 (18:45 +0000)
commita11c9307f68206324eed8ee401ff4de06800d293
tree677dddd6da8242f226c8582346fecb286e331058
parent217f2279be610144aeecdd690edb246e444dd064
[ADT] IntervalMap: use AlignedCharArrayUnion.

Currently IntervalMap would assert when used with keys bigger than host
pointers. This patch uses the AlignedCharArrayUnion functionality to
overcome that limitation.

Differential Revision: http://reviews.llvm.org/D8268

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232079 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/IntervalMap.h