summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/thumb2-tst.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-tst.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-tst.ll')
-rw-r--r--test/CodeGen/Thumb2/thumb2-tst.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb2/thumb2-tst.ll b/test/CodeGen/Thumb2/thumb2-tst.ll
index b5321c9bf1..50f8371c01 100644
--- a/test/CodeGen/Thumb2/thumb2-tst.ll
+++ b/test/CodeGen/Thumb2/thumb2-tst.ll
@@ -1,4 +1,5 @@
-; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep {tst\\.w\\W*r\[0-9\],\\W*#\[0-9\]*} | grep {#187\\|#11141290\\|#3422604288\\|#1114112\\|#3722304989} | count 10
+; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep {tst\\.w\\W*r\[0-9\],\\W*#\[0-9\]*} | \
+; RUN: grep {#187\\|#11141290\\|#-872363008\\|#1114112\\|#-572662307} | count 10
; 0x000000bb = 187
define i1 @f1(i32 %a) {