diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-08-12 01:56:42 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-08-12 01:56:42 +0000 |
commit | f9e5b5ebb4d7f30a32bd1ba6527277519c186f20 (patch) | |
tree | b1e4d4dee01ceeed0ad944e6a7bff4ae0bf0d8f0 /test | |
parent | 427fd7a3460d708a2daa35a6960bbfab1f135eb3 (diff) | |
download | external_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.ll | 2 |
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) { |