Fix LiveInterval::getOverlapingRanges to take things in the right order
authorChris Lattner <sabre@nondot.org>
Fri, 21 Oct 2005 06:41:30 +0000 (06:41 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 21 Oct 2005 06:41:30 +0000 (06:41 +0000)
commit9e20d352c2fec5731857313014107a586387d242
tree69dc1653d54d48bce2672dd813499e58fdee73de
parentae1641c39fe9886e4b22a5d79b5a25b4041b62bd
Fix LiveInterval::getOverlapingRanges to take things in the right order
(an unused method).

Fix the merger so that it can merge ranges like this  [10:12)[16:40) with
[12:38) into [10:40) instead of bogus ranges.  This sort of input will be
possible for the merger coming shortly

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