summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCRegisterInfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add MCRI::getNumSubRegIndices() and start checking SubRegIndex ranges.Jakob Stoklund Olesen2012-09-111-0/+3
| | | | | | | | Apparently, NumSubRegIndices was completely unused before. Adjust it by one to include the null subreg index, just like getNumRegs() includes the null register. llvm-svn: 163628
* Give MCRegisterInfo an implementation file.Jakob Stoklund Olesen2012-07-271-0/+71
Move some functions from MCRegisterInfo.h that don't need to be inline. This shrinks llc by 8K. llvm-svn: 160865
OpenPOWER on IntegriCloud