Remove RegisterClassInfo::isReserved() and isAllocatable().
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Mon, 15 Oct 2012 22:41:03 +0000 (22:41 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Mon, 15 Oct 2012 22:41:03 +0000 (22:41 +0000)
commit14d1dd95c7c969e07defebb6fe65df2fae1b30cf
tree20d5b63df8b6404c4b9b1c1d4dcb2dcdbc026e58
parent6c0e04c823cf4034214b050e338c99a401edd2ac
Remove RegisterClassInfo::isReserved() and isAllocatable().

Clients can use the equivalent functions in MRI.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165990 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/RegisterClassInfo.h
lib/CodeGen/AggressiveAntiDepBreaker.cpp
lib/CodeGen/AllocationOrder.cpp
lib/CodeGen/CriticalAntiDepBreaker.cpp
lib/CodeGen/RegAllocFast.cpp
lib/CodeGen/RegisterCoalescer.cpp
lib/CodeGen/RegisterPressure.cpp