llvm-6502/include
Rafael Espindola 7e1b566322 Convert the last use of getPhysicalRegisterRegClass and remove it.
AggressiveAntiDepBreaker should not be using getPhysicalRegisterRegClass. An
instruction might be using a register that can only be replaced with one from
a subclass of getPhysicalRegisterRegClass.

With this patch we use getMinimalPhysRegClass. This is correct, but
conservative. We should check the uses of the register and select the
largest register class that can be used in all of them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108122 91177308-0d34-0410-b5e6-96231b3b80d8
2010-07-12 02:55:34 +00:00
..
llvm Convert the last use of getPhysicalRegisterRegClass and remove it. 2010-07-12 02:55:34 +00:00
llvm-c Implement the "linker_private_weak" linkage type. This will be used for 2010-07-01 21:55:59 +00:00