llvm-6502/lib
Bob Wilson 1ab38469df The t2MOVi16 and t2MOVTi16 instructions do not set CPSR. Trying to add
a CPSR operand to them causes an assertion failure, so apparently these
instructions haven't been getting a lot of use.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107147 91177308-0d34-0410-b5e6-96231b3b80d8
2010-06-29 16:25:11 +00:00
..
Analysis Remove a pointless variable. 2010-06-29 11:39:45 +00:00
Archive
AsmParser
Bitcode
CodeGen It seems clear that this should return Changed. 2010-06-29 14:49:35 +00:00
CompilerDriver
ExecutionEngine
Linker
MC The variable ValueSize is set to 1 on both code paths, and then 2010-06-29 13:30:08 +00:00
Support
System
Target The t2MOVi16 and t2MOVTi16 instructions do not set CPSR. Trying to add 2010-06-29 16:25:11 +00:00
Transforms Return Changed. This required setting Changed if dbg metadata 2010-06-29 14:52:10 +00:00
VMCore use ArgOperand API 2010-06-29 16:17:26 +00:00
Makefile