summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/carry.ll
diff options
context:
space:
mode:
authorDavid Goodwin <david_goodwin@apple.com>2009-06-26 18:07:25 +0000
committerDavid Goodwin <david_goodwin@apple.com>2009-06-26 18:07:25 +0000
commit93d95bd2c309b1fb8e2a830c441d86556a41038c (patch)
tree96d324274b6d11bae1b425197aec701c240a830b /test/CodeGen/Thumb2/carry.ll
parentfdca74c5671e01447be0f1bac3c0c7aa1727690b (diff)
downloadllvm-93d95bd2c309b1fb8e2a830c441d86556a41038c.tar.gz
llvm-93d95bd2c309b1fb8e2a830c441d86556a41038c.tar.bz2
llvm-93d95bd2c309b1fb8e2a830c441d86556a41038c.tar.xz
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
Diffstat (limited to 'test/CodeGen/Thumb2/carry.ll')
-rw-r--r--test/CodeGen/Thumb2/carry.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Thumb2/carry.ll b/test/CodeGen/Thumb2/carry.ll
index 3450c5aea4..d477124d07 100644
--- a/test/CodeGen/Thumb2/carry.ll
+++ b/test/CodeGen/Thumb2/carry.ll
@@ -1,6 +1,6 @@
; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep "subs r" | count 2
-; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep "adc r"
-; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep "sbc r" | count 2
+; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep "adcs r"
+; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep "sbcs r" | count 2
define i64 @f1(i64 %a, i64 %b) {
entry: