summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/thumb2-orn2.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-08-12 01:56:42 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-08-12 01:56:42 +0000
commitea253b99e907a4171d49547fc5d99c837af5d0b9 (patch)
treeb1e4d4dee01ceeed0ad944e6a7bff4ae0bf0d8f0 /test/CodeGen/Thumb2/thumb2-orn2.ll
parent05c269c64593d8cc6aeb0780a5a8afbb86da5691 (diff)
downloadllvm-ea253b99e907a4171d49547fc5d99c837af5d0b9.tar.gz
llvm-ea253b99e907a4171d49547fc5d99c837af5d0b9.tar.bz2
llvm-ea253b99e907a4171d49547fc5d99c837af5d0b9.tar.xz
Remove an Darwin assembler workaround.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78777 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 7679e38cc3..7758edd1d6 100644
--- a/test/CodeGen/Thumb2/thumb2-orn2.ll
+++ b/test/CodeGen/Thumb2/thumb2-orn2.ll
@@ -1,4 +1,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
+; 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
; 0x000000bb = 187
define i32 @f1(i32 %a) {