summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/thumb2-mvn.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-09-08 23:51:06 +0000
committerChris Lattner <sabre@nondot.org>2009-09-08 23:51:06 +0000
commitfc227be725872bb5d46be3810106f60fc7776fea (patch)
tree4084706e6e8895ef92c40f9ca686049bf282e73a /test/CodeGen/Thumb2/thumb2-mvn.ll
parent94d1077d9959961890d6ff60c5d6592f42c65dfb (diff)
downloadllvm-fc227be725872bb5d46be3810106f60fc7776fea.tar.gz
llvm-fc227be725872bb5d46be3810106f60fc7776fea.tar.bz2
llvm-fc227be725872bb5d46be3810106f60fc7776fea.tar.xz
update various tests for signedness changes in .s file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81289 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Thumb2/thumb2-mvn.ll')
-rw-r--r--test/CodeGen/Thumb2/thumb2-mvn.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb2/thumb2-mvn.ll b/test/CodeGen/Thumb2/thumb2-mvn.ll
index 5c560b782b..5cf4170033 100644
--- a/test/CodeGen/Thumb2/thumb2-mvn.ll
+++ b/test/CodeGen/Thumb2/thumb2-mvn.ll
@@ -19,7 +19,7 @@ define i32 @f2(i32 %a) {
; 0xcc00cc00 = 3422604288
define i32 @f3(i32 %a) {
; CHECK: f3:
-; CHECK: mvn r0, #3422604288
+; CHECK: mvn r0, #-872363008
%tmp = xor i32 4294967295, 3422604288
ret i32 %tmp
}