diff options
author | Jim Grosbach <grosbach@apple.com> | 2011-04-01 20:26:57 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2011-04-01 20:26:57 +0000 |
commit | 360c3699670c12450532502f9f80a8a58456ca55 (patch) | |
tree | c84d2e6b8af901d41de2de45f4ddec1d31235bf5 /llvm/test/CodeGen/ARM/ldrd.ll | |
parent | 5f74b397648ab3d28627ea3d5bc69b3cb76cffd7 (diff) | |
download | bcm5719-llvm-360c3699670c12450532502f9f80a8a58456ca55.tar.gz bcm5719-llvm-360c3699670c12450532502f9f80a8a58456ca55.zip |
LDRD/STRD instructions should print both Rt and Rt2 in the asm string.
llvm-svn: 128736
Diffstat (limited to 'llvm/test/CodeGen/ARM/ldrd.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/ldrd.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/ldrd.ll b/llvm/test/CodeGen/ARM/ldrd.ll index 187006a3be9..3856944c8f8 100644 --- a/llvm/test/CodeGen/ARM/ldrd.ll +++ b/llvm/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] |