aboutsummaryrefslogtreecommitdiffstats
path: root/test
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
commitf9e5b5ebb4d7f30a32bd1ba6527277519c186f20 (patch)
treeb1e4d4dee01ceeed0ad944e6a7bff4ae0bf0d8f0 /test
parent427fd7a3460d708a2daa35a6960bbfab1f135eb3 (diff)
downloadexternal_llvm-f9e5b5ebb4d7f30a32bd1ba6527277519c186f20.zip
external_llvm-f9e5b5ebb4d7f30a32bd1ba6527277519c186f20.tar.gz
external_llvm-f9e5b5ebb4d7f30a32bd1ba6527277519c186f20.tar.bz2
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')
-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 7679e38..7758edd 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) {