summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2011-06-29 14:07:18 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2011-06-29 14:07:18 +0000
commit8981bce73f3a733aa29f6be32cf8703c6cc2d7c8 (patch)
treef910ebb57966099c6243c6cc9a86682c946791c7 /test
parentbdd1ef2dbec63d4e428f4ff19d54821dc08fa168 (diff)
downloadllvm-8981bce73f3a733aa29f6be32cf8703c6cc2d7c8.tar.gz
llvm-8981bce73f3a733aa29f6be32cf8703c6cc2d7c8.tar.bz2
llvm-8981bce73f3a733aa29f6be32cf8703c6cc2d7c8.tar.xz
Don't depend on the optimization reverted in r134067.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134068 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/ARM/carry.ll1
-rw-r--r--test/CodeGen/Thumb2/thumb2-sbc.ll1
2 files changed, 0 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/carry.ll b/test/CodeGen/ARM/carry.ll
index 9b90408cc4..06b459e48b 100644
--- a/test/CodeGen/ARM/carry.ll
+++ b/test/CodeGen/ARM/carry.ll
@@ -24,7 +24,6 @@ entry:
define i64 @f3(i32 %al, i32 %bl) {
; CHECK: f3:
; CHECK: adds r
-; CHECK: adcs r
; CHECK: adc r
entry:
; unsigned wide add
diff --git a/test/CodeGen/Thumb2/thumb2-sbc.ll b/test/CodeGen/Thumb2/thumb2-sbc.ll
index 53f45ea951..492e5f0eac 100644
--- a/test/CodeGen/Thumb2/thumb2-sbc.ll
+++ b/test/CodeGen/Thumb2/thumb2-sbc.ll
@@ -56,7 +56,6 @@ define i64 @f6(i64 %a) {
;
; CHECK: livecarry:
; CHECK: adds
-; CHECK: adcs
; CHECK: adc
define i64 @livecarry(i64 %carry, i32 %digit) nounwind {
%ch = lshr i64 %carry, 32