summaryrefslogtreecommitdiffstats
path: root/llvm/test
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
commite64f48ba8b51f54bf0f1d1a53e33e5a314d04466 (patch)
treeb352defb26d9c9d38f8882de323a69767e0a9b3c /llvm/test
parent769f940655255f2929f10c553743a1764ef0e629 (diff)
downloadbcm5719-llvm-e64f48ba8b51f54bf0f1d1a53e33e5a314d04466.tar.gz
bcm5719-llvm-e64f48ba8b51f54bf0f1d1a53e33e5a314d04466.zip
Workaround a couple of Darwin assembler bugs.
llvm-svn: 77781
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/Thumb2/thumb2-orn2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Thumb2/thumb2-orn2.ll b/llvm/test/CodeGen/Thumb2/thumb2-orn2.ll
index 7758edd1d69..7679e38cc34 100644
--- a/llvm/test/CodeGen/Thumb2/thumb2-orn2.ll
+++ b/llvm/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) {
OpenPOWER on IntegriCloud