summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Thumb2/thumb2-strb.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/Thumb2/thumb2-strb.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/Thumb2/thumb2-strb.ll')
-rw-r--r--llvm/test/CodeGen/Thumb2/thumb2-strb.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Thumb2/thumb2-strb.ll b/llvm/test/CodeGen/Thumb2/thumb2-strb.ll
index 1ebb938b1a8..7978e7fa918 100644
--- a/llvm/test/CodeGen/Thumb2/thumb2-strb.ll
+++ b/llvm/test/CodeGen/Thumb2/thumb2-strb.ll
@@ -9,7 +9,7 @@ define i8 @f1(i8 %a, i8* %v) {
define i8 @f2(i8 %a, i8* %v) {
; CHECK: f2:
-; CHECK: strb.w r0, [r1, #+4092]
+; CHECK: strb.w r0, [r1, #4092]
%tmp2 = getelementptr i8* %v, i32 4092
store i8 %a, i8* %tmp2
ret i8 %a
OpenPOWER on IntegriCloud