diff options
author | David Goodwin <david_goodwin@apple.com> | 2009-07-27 16:31:55 +0000 |
---|---|---|
committer | David Goodwin <david_goodwin@apple.com> | 2009-07-27 16:31:55 +0000 |
commit | 782f242fd789f4cba256b1e00941d16fb3e1c7ef (patch) | |
tree | 5db0625697c4ab547c25b2ed4dc8835903e68d54 /llvm/test/CodeGen/Thumb2/thumb2-neg.ll | |
parent | 543c83e8f22de5572e84d799f92140094e063720 (diff) | |
download | bcm5719-llvm-782f242fd789f4cba256b1e00941d16fb3e1c7ef.tar.gz bcm5719-llvm-782f242fd789f4cba256b1e00941d16fb3e1c7ef.zip |
Add ".w" suffix for wide thumb-2 instructions.
llvm-svn: 77199
Diffstat (limited to 'llvm/test/CodeGen/Thumb2/thumb2-neg.ll')
-rw-r--r-- | llvm/test/CodeGen/Thumb2/thumb2-neg.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Thumb2/thumb2-neg.ll b/llvm/test/CodeGen/Thumb2/thumb2-neg.ll index 8f938d579b8..894c5287397 100644 --- a/llvm/test/CodeGen/Thumb2/thumb2-neg.ll +++ b/llvm/test/CodeGen/Thumb2/thumb2-neg.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep {rsb\\W*r\[0-9\],\\W*r\[0-9\],\\W*#0} | count 1 +; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep {rsb\\.w\\W*r\[0-9\],\\W*r\[0-9\],\\W*#0} | count 1 define i32 @f1(i32 %a) { %tmp = sub i32 0, %a |