summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/thumb2-orn2.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-08-01 06:13:52 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-08-01 06:13:52 +0000
commit25f7cfc3cccba6f569f29f79ea533bae960b93c0 (patch)
tree368f2805a71a61274ae263374fe167b03af5735a /test/CodeGen/Thumb2/thumb2-orn2.ll
parentf94083333c1702006c068b55526441b2bce1d45b (diff)
downloadllvm-25f7cfc3cccba6f569f29f79ea533bae960b93c0.tar.gz
llvm-25f7cfc3cccba6f569f29f79ea533bae960b93c0.tar.bz2
llvm-25f7cfc3cccba6f569f29f79ea533bae960b93c0.tar.xz
Workaround a couple of Darwin assembler bugs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77781 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Thumb2/thumb2-orn2.ll')
-rw-r--r--test/CodeGen/Thumb2/thumb2-orn2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb2/thumb2-orn2.ll b/test/CodeGen/Thumb2/thumb2-orn2.ll
index 7758edd1d6..7679e38cc3 100644
--- a/test/CodeGen/Thumb2/thumb2-orn2.ll
+++ b/test/CodeGen/Thumb2/thumb2-orn2.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep {orn\\W*r\[0-9\]*,\\W*r\[0-9\]*,\\W*#\[0-9\]*} | grep {#187\\|#11141290\\|#3422604288\\|#1114112} | count 4
+; RUN: llvm-as < %s | llc -mtriple=thumb-linux -mattr=+thumb2 | grep {orn\\W*r\[0-9\]*,\\W*r\[0-9\]*,\\W*#\[0-9\]*} | grep {#187\\|#11141290\\|#3422604288\\|#1114112} | count 4
; 0x000000bb = 187
define i32 @f1(i32 %a) {