diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-01-22 09:10:11 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-01-22 09:10:11 +0000 |
commit | 4a0bf66eb886221be5f4417a40f9576ac71ffa3e (patch) | |
tree | 6157bb1f5d1e0ef02e6ad4eeea9f6ebf63e63182 /llvm/lib/CodeGen/AsmPrinter | |
parent | e09d631d8e6d43c66047dfa49d55192481b6c04e (diff) | |
download | bcm5719-llvm-4a0bf66eb886221be5f4417a40f9576ac71ffa3e.tar.gz bcm5719-llvm-4a0bf66eb886221be5f4417a40f9576ac71ffa3e.zip |
Eliminate a couple of fields from TargetRegisterClass: SubRegClasses and SuperRegClasses. These are not necessary. Also eliminate getSubRegisterRegClass and getSuperRegisterRegClass. These are slow and their results can change if register file names change. Just use TargetLowering::getRegClassFor() to get the right TargetRegisterClass instead.
llvm-svn: 62762
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter')
0 files changed, 0 insertions, 0 deletions