summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2009-11-23 20:39:53 +0000
committerJim Grosbach <grosbach@apple.com>2009-11-23 20:39:53 +0000
commitbbf56bb37beee52d63dfccac181382a0fedb5218 (patch)
tree5eadd04e21e3e609bca7c2d9fb3f6fb770d14eab /test
parent15e6ef886deedafaf3fcbca8226891ba54dbff9d (diff)
downloadllvm-bbf56bb37beee52d63dfccac181382a0fedb5218.tar.gz
llvm-bbf56bb37beee52d63dfccac181382a0fedb5218.tar.bz2
llvm-bbf56bb37beee52d63dfccac181382a0fedb5218.tar.xz
update test for 89694
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89695 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/Thumb2/thumb2-select_xform.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Thumb2/thumb2-select_xform.ll b/test/CodeGen/Thumb2/thumb2-select_xform.ll
index 44fa2458c1..7fc2e2a49b 100644
--- a/test/CodeGen/Thumb2/thumb2-select_xform.ll
+++ b/test/CodeGen/Thumb2/thumb2-select_xform.ll
@@ -2,9 +2,9 @@
define i32 @t1(i32 %a, i32 %b, i32 %c) nounwind {
; CHECK: t1
-; CHECK: mvn r0, #-2147483648
+; CHECK: sub.w r0, r1, #-2147483648
; CHECK: cmp r2, #10
-; CHECK: add.w r0, r1, r0
+; CHECK: sub.w r0, r0, #1
; CHECK: it gt
; CHECK: movgt r0, r1
%tmp1 = icmp sgt i32 %c, 10