aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/ldrd.ll
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-04-01 20:26:57 +0000
committerJim Grosbach <grosbach@apple.com>2011-04-01 20:26:57 +0000
commit9a3507f0913036615013d0218362d76cbe053b57 (patch)
treebcf0e899b25b902adac6b2565fa1cd81186a1008 /test/CodeGen/ARM/ldrd.ll
parent27b83d4ff2264d9a0e2367d92543efe4c0148931 (diff)
downloadexternal_llvm-9a3507f0913036615013d0218362d76cbe053b57.zip
external_llvm-9a3507f0913036615013d0218362d76cbe053b57.tar.gz
external_llvm-9a3507f0913036615013d0218362d76cbe053b57.tar.bz2
LDRD/STRD instructions should print both Rt and Rt2 in the asm string.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128736 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/ldrd.ll')
-rw-r--r--test/CodeGen/ARM/ldrd.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/ldrd.ll b/test/CodeGen/ARM/ldrd.ll
index 187006a..3856944 100644
--- a/test/CodeGen/ARM/ldrd.ll
+++ b/test/CodeGen/ARM/ldrd.ll
@@ -9,7 +9,7 @@
define i64 @t(i64 %a) nounwind readonly {
entry:
-;V6: ldrd r2, [r2]
+;V6: ldrd r2, r3, [r2]
;V5: ldr r{{[0-9]+}}, [r2]
;V5: ldr r{{[0-9]+}}, [r2, #4]