OSDN Git Service

ADC used to implement adde should use "adcs" opcode instead of "adc".
authorDavid Goodwin <david_goodwin@apple.com>
Fri, 26 Jun 2009 18:07:25 +0000 (18:07 +0000)
committerDavid Goodwin <david_goodwin@apple.com>
Fri, 26 Jun 2009 18:07:25 +0000 (18:07 +0000)
commit93d95bd2c309b1fb8e2a830c441d86556a41038c
tree96d324274b6d11bae1b425197aec701c240a830b
parentfdca74c5671e01447be0f1bac3c0c7aa1727690b
ADC used to implement adde should use "adcs" opcode instead of "adc".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74293 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMInstrThumb2.td
test/CodeGen/Thumb2/carry.ll
test/CodeGen/Thumb2/thumb2-adc.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-adc2.ll [new file with mode: 0644]