Add B+-tree test case that creates a height 3 tree with a smaller root node.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 26 Nov 2010 06:54:20 +0000 (06:54 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 26 Nov 2010 06:54:20 +0000 (06:54 +0000)
commit53bb5c009b04f4a5dd2388b25efe88b5579b282c
tree6709e219666f07842bc241ce259ae3198d0667a3
parentbf77baf19cfbc7a8795d9683e9b9ec894b9ff8c9
Add B+-tree test case that creates a height 3 tree with a smaller root node.

Change temporary debugging code to write a dot file directly.

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