summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/thumb2-and2.ll
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-07-20 16:16:48 +0000
committerJim Grosbach <grosbach@apple.com>2010-07-20 16:16:48 +0000
commitf27ca4255290c111511d01dde54e4b4dc990dfce (patch)
treec7cd4889387fe1206b50956581c924a69b37899c /test/CodeGen/Thumb2/thumb2-and2.ll
parentabff28087fd6be8150ff0e69def7de7312b2f76b (diff)
downloadllvm-f27ca4255290c111511d01dde54e4b4dc990dfce.tar.gz
llvm-f27ca4255290c111511d01dde54e4b4dc990dfce.tar.bz2
llvm-f27ca4255290c111511d01dde54e4b4dc990dfce.tar.xz
update tests for smarter BIC usage
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108846 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Thumb2/thumb2-and2.ll')
-rw-r--r--test/CodeGen/Thumb2/thumb2-and2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb2/thumb2-and2.ll b/test/CodeGen/Thumb2/thumb2-and2.ll
index 76c56d0047..7b0432de9b 100644
--- a/test/CodeGen/Thumb2/thumb2-and2.ll
+++ b/test/CodeGen/Thumb2/thumb2-and2.ll
@@ -30,7 +30,7 @@ define i32 @f4(i32 %a) {
ret i32 %tmp
}
; CHECK: f4:
-; CHECK: and r0, r0, #1448498774
+; CHECK: bic r0, r0, #-1448498775
; 66846720 = 0x03fc0000
define i32 @f5(i32 %a) {