Remove the old register list functions from MCRegisterInfo.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 1 Jun 2012 23:28:34 +0000 (23:28 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 1 Jun 2012 23:28:34 +0000 (23:28 +0000)
commit22de91aec556d44ee580c2e42f45c7675da98349
tree176733daa6948bc12da6a25b4b129932de93979b
parent396618b43a85e12d290a90b181c6af5d7c0c5f11
Remove the old register list functions from MCRegisterInfo.

These functions exposed the layout of the underlying data tables as
null-terminated uint16_t arrays.

Use the new MCSubRegIterator, MCSuperRegIterator, and MCRegAliasIterator
classes instead.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157855 91177308-0d34-0410-b5e6-96231b3b80d8
docs/CodeGenerator.html
include/llvm/MC/MCRegisterInfo.h