diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-10-06 00:08:27 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-10-06 00:08:27 +0000 |
commit | 6e429a16fd81ae050d37b23d83d52aa508c29b21 (patch) | |
tree | 37f2f182fc327dc1c7e7e3856a6d1d1e601fecc2 /lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp | |
parent | 5d4538129475f9f2456136757a90911474e97895 (diff) | |
download | bcm5719-llvm-6e429a16fd81ae050d37b23d83d52aa508c29b21.tar.gz bcm5719-llvm-6e429a16fd81ae050d37b23d83d52aa508c29b21.zip |
Remove the TRI::getSubRegisterRegClass() hook.
This restores my karma after I added TRI::getSubClassWithSubReg().
Register constraints are applied 'backwards'. Starting from the
register class required by an instruction operand, the correct question
is: 'How can I constrain the super-register register class so all its
sub-registers satisfy the instruction constraint?' The
getMatchingSuperRegClass() hook answers that.
We never need to go 'forwards': Starting from a super-register register
class, what register class are the sub-registers in? The
getSubRegisterRegClass() hook did that.
llvm-svn: 141258
Diffstat (limited to 'lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp')
0 files changed, 0 insertions, 0 deletions