Use std::is_sorted instead of manual loops. NFC
[oota-llvm.git] / lib / MC / MCRegisterInfo.cpp
2013-05-31 Ahmed BougachaMake SubRegIndex size mandatory, following r183020.
2013-05-31 Ahmed BougachaAdd a way to define the bit range covered by a SubRegIndex.
2012-09-11 Jakob Stoklund OlesenAdd MCRI::getNumSubRegIndices() and start checking...
2012-07-27 Jakob Stoklund OlesenGive MCRegisterInfo an implementation file.