add a new method, play around with some code.
authorChris Lattner <sabre@nondot.org>
Thu, 20 Oct 2005 07:39:25 +0000 (07:39 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 20 Oct 2005 07:39:25 +0000 (07:39 +0000)
commitb0fa11ca41d85e35d3c1155c6a3af1b67788fce6
tree78ba3e896df2eb62e633f80f93fcbddaf6b8de2c
parent0692bbd991abe449327276ab8b10f1c822530450
add a new method, play around with some code.

Fix a *bug* in the extendIntervalEndTo method.  In particular, if adding
[2:10) to an interval containing [0:2),[10:30), we produced [0:10),[10,30).
Which is not the most smart thing to do.  Now produce [0:30).

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