Implement IntervalMap destructor.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 19 Nov 2010 23:28:59 +0000 (23:28 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 19 Nov 2010 23:28:59 +0000 (23:28 +0000)
commit785ab18a054373f1a2f8d0f6f04db2d458878bd9
treef4197f3df9a1e6faa897f4e109fe876c571cf5db
parent655fbb4f9b46ea93eddf0815eaed0020e9347416
Implement IntervalMap destructor.

Key and value objects may not be destructed instantly when they are erased from
the container, but they will be destructed eventually by the IntervalMap
destructor.

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