summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/tls2.ll
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2010-03-17 17:52:21 +0000
committerJohnny Chen <johnny.chen@apple.com>2010-03-17 17:52:21 +0000
commit8f3004cff2d89196259ef5d60873f673aa121354 (patch)
tree41cb4a98c82d9186eaedd87fde500a5a24847e56 /llvm/test/CodeGen/ARM/tls2.ll
parent6981c258f70884df8c980caf6a0fd7d7fa940225 (diff)
downloadbcm5719-llvm-8f3004cff2d89196259ef5d60873f673aa121354.tar.gz
bcm5719-llvm-8f3004cff2d89196259ef5d60873f673aa121354.zip
Added sub-formats to the NeonI/NeonXI instructions to further refine the NEONFrm
instructions to help disassembly. We also changed the output of the addressing modes to omit the '+' from the assembler syntax #+/-<imm> or +/-<Rm>. See, for example, A8.6.57/58/60. And modified test cases to not expect '+' in +reg or #+num. For example, ; CHECK: ldr.w r9, [r7, #28] llvm-svn: 98745
Diffstat (limited to 'llvm/test/CodeGen/ARM/tls2.ll')
-rw-r--r--llvm/test/CodeGen/ARM/tls2.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/tls2.ll b/llvm/test/CodeGen/ARM/tls2.ll
index d932f90e4c1..57370c4de1c 100644
--- a/llvm/test/CodeGen/ARM/tls2.ll
+++ b/llvm/test/CodeGen/ARM/tls2.ll
@@ -7,7 +7,7 @@
define i32 @f() {
; CHECK-NONPIC: f:
-; CHECK-NONPIC: ldr {{r.}}, [pc, +{{r.}}]
+; CHECK-NONPIC: ldr {{r.}}, [pc, {{r.}}]
; CHECK-NONPIC: i(gottpoff)
; CHECK-PIC: f:
; CHECK-PIC: __tls_get_addr
@@ -18,7 +18,7 @@ entry:
define i32* @g() {
; CHECK-NONPIC: g:
-; CHECK-NONPIC: ldr {{r.}}, [pc, +{{r.}}]
+; CHECK-NONPIC: ldr {{r.}}, [pc, {{r.}}]
; CHECK-NONPIC: i(gottpoff)
; CHECK-PIC: g:
; CHECK-PIC: __tls_get_addr
OpenPOWER on IntegriCloud