| commit | 0910b5afacf35704c854f103b7ecca03e3e11f28 | [log] [tgz] |
|---|---|---|
| author | Johnny Chen <johnny.chen@apple.com> | Wed Mar 17 23:14:23 2010 +0000 |
| committer | Johnny Chen <johnny.chen@apple.com> | Wed Mar 17 23:14:23 2010 +0000 |
| tree | 6f9d8a48cbd2255db56493f16cc527bd12106c05 | |
| parent | 8609782366bac7117f9e752c53f4fde999f70661 [diff] |
Fixed a bug in the IT mask printing where T means the cond bit in the mask matches that of Firstcond[0] and E means otherwise. The Firstcond[0] is also tagged in the Mask to facilitate Asm printing. The disassembler also depends on this arrangement. This is similar to what's described in A2.5.2 ITSTATE. Ran: utils/lit/lit.py test/CodeGen/ARM test/CodeGen/Thumb test/CodeGen/Thumb2 successfully. llvm-svn: 98775