summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/thumb2-cmp.ll
diff options
context:
space:
mode:
authorDavid Goodwin <david_goodwin@apple.com>2009-07-27 16:31:55 +0000
committerDavid Goodwin <david_goodwin@apple.com>2009-07-27 16:31:55 +0000
commitaf0d08d55c58cc34a373ca5f0b45e852c31e59d0 (patch)
tree08a62b589b2dbd46c39be4c36d86552247bc8e8e /test/CodeGen/Thumb2/thumb2-cmp.ll
parent33ae7a453bcb32c4ed4e8202743a4b6c875cbe73 (diff)
downloadllvm-af0d08d55c58cc34a373ca5f0b45e852c31e59d0.tar.gz
llvm-af0d08d55c58cc34a373ca5f0b45e852c31e59d0.tar.bz2
llvm-af0d08d55c58cc34a373ca5f0b45e852c31e59d0.tar.xz
Add ".w" suffix for wide thumb-2 instructions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77199 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Thumb2/thumb2-cmp.ll')
-rw-r--r--test/CodeGen/Thumb2/thumb2-cmp.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb2/thumb2-cmp.ll b/test/CodeGen/Thumb2/thumb2-cmp.ll
index 63f20cd983..8d756addd0 100644
--- a/test/CodeGen/Thumb2/thumb2-cmp.ll
+++ b/test/CodeGen/Thumb2/thumb2-cmp.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep {cmp\\W*r\[0-9\],\\W*#\[0-9\]*$} | grep {#187\\|#11141290\\|#3422604288\\|#1114112\\|#3722304989} | count 5
+; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep {cmp\\.w\\W*r\[0-9\],\\W*#\[0-9\]*$} | grep {#187\\|#11141290\\|#3422604288\\|#1114112\\|#3722304989} | count 5
; 0x000000bb = 187
define i1 @f1(i32 %a) {