Fix LiveInterval::overlaps so it doesn't claim touching intervals overlap.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 13 Jul 2010 19:42:20 +0000 (19:42 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 13 Jul 2010 19:42:20 +0000 (19:42 +0000)
commit186eb73845c29547cc837341f0c8c0f6d9284e67
tree1b014258ef424f6497856b132c03ba26d76fb9ce
parentac80975ea4103fcceab38cde69d98d3fb3b01db4
Fix LiveInterval::overlaps so it doesn't claim touching intervals overlap.
Also, one binary search is enough.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108261 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/LiveInterval.cpp