llvm-6502/include
Bill Wendling ed1fcd8987 When setting the "unused" info, take into account something like this:
%r3<def> = OR %x3<kill>, %x3

We don't want to mark the %r3 as unused even though it's a sub-register of %x3.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48003 91177308-0d34-0410-b5e6-96231b3b80d8
2008-03-06 23:22:43 +00:00
..
llvm When setting the "unused" info, take into account something like this: 2008-03-06 23:22:43 +00:00
llvm-c fixes from review of first commit 2008-02-27 22:25:36 +00:00