1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-02-19 23:29:20 +00:00
Evan Cheng 1015ba7018 - Change MachineInstr::findRegisterDefOperandIdx so it can also look for defs
that are aliases of the specified register.
- Rename modifiesRegister to definesRegister since it's looking a def of the
specific register or one of its super-registers. It's not looking for def of a
sub-register or alias that could change the specified register.
- Added modifiesRegister to look for defs of aliases.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104377 91177308-0d34-0410-b5e6-96231b3b80d8
2010-05-21 20:53:24 +00:00
..
2010-05-17 20:01:24 +00:00
2010-05-20 20:35:24 +00:00
2010-04-19 16:15:31 +00:00
2010-05-14 23:01:02 +00:00
2010-04-29 12:32:45 +00:00
2010-05-10 20:24:27 +00:00