summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Thumb2/2010-05-24-rsbs.ll
Commit message (Collapse)AuthorAgeFilesLines
* Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola2010-06-171-1/+1
| | | | | | matches what llvm-gcc and clang now produce. llvm-svn: 106221
* Thumb2 RSBS instructions were being printed without the 'S' suffix.Bob Wilson2010-05-241-0/+9
Fix it by changing the T2I_rbin_s_is multiclass to handle the CPSR output and 'S' suffix in the same way as T2I_bin_s_irs. llvm-svn: 104531
OpenPOWER on IntegriCloud