Exclusively use SplitAnalysis::getLastSplitPoint().
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 11 Jan 2012 02:07:00 +0000 (02:07 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 11 Jan 2012 02:07:00 +0000 (02:07 +0000)
commit74c4f97a466513e45e66e04469973fdcd5865300
tree9d87669effbc93943816263e381bc96920f6a806
parentf96703e62f2302cfe2465fb0fddaf62259eee62c
Exclusively use SplitAnalysis::getLastSplitPoint().

Delete the alternative implementation in LiveIntervalAnalysis.

These functions computed the same thing, but SplitAnalysis caches the
result.

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