OSDN Git Service

Move LiveIntervalMap::extendTo into LiveInterval itself.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 2 Mar 2011 00:06:15 +0000 (00:06 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 2 Mar 2011 00:06:15 +0000 (00:06 +0000)
commit9763e2bf39b84f18bd464b0cda61fe1cd98dcaae
tree5dc7d40b83ab0a2124e236fb408b680447f81bdc
parentedb87555e466e781087e18936f427816c952f3e7
Move LiveIntervalMap::extendTo into LiveInterval itself.

This method could probably be used by LiveIntervalAnalysis::shrinkToUses, and
now it can use extendIntervalEndTo() which coalesces ranges.

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