Remove LIS::isAllocatable() and isReserved() helpers.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Mon, 15 Oct 2012 22:14:34 +0000 (22:14 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Mon, 15 Oct 2012 22:14:34 +0000 (22:14 +0000)
commit790047620a8f31cee1841c06c9e5e7688166ad93
tree33ca0340b0d86f75679a10b699d4a71d867561de
parent3a1c35afbd02b012690c35ec827424c27792ec3f
Remove LIS::isAllocatable() and isReserved() helpers.

All callers can simply use the corresponding MRI functions.

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