[LLVMdev] Heads up: MCRegisterInfo register list functions going away
Jakob Stoklund Olesen
jolesen at apple.com
Fri Jun 1 16:28:27 PDT 2012
I am going to remove these functions from MCRegisterInfo:
getSubRegisters()
getSuperRegisters()
getOverlaps()
getAliasSet()
They have been replaced with iterator classes, also defined in MCRegisterInfo.h:
MCSubRegIterator
MCSuperRegIterator
MCRegAliasIterator
The tree has lots of examples of how to use all three.
/jakob
More information about the llvm-dev
mailing list