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/fpcmp-opt.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/fpcmp-opt.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/fpcmp-opt.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/fpcmp-opt.ll b/llvm/test/CodeGen/ARM/fpcmp-opt.ll index 65b921bdf65..7c0dd0e12a7 100644 --- a/llvm/test/CodeGen/ARM/fpcmp-opt.ll +++ b/llvm/test/CodeGen/ARM/fpcmp-opt.ll @@ -37,7 +37,7 @@ define arm_apcscc i32 @t2(double* %a, double* %b) nounwind { entry: ; FINITE: t2: ; FINITE-NOT: vldr -; FINITE: ldrd r0, [r0] +; FINITE: ldrd r0, r1, [r0] ; FINITE-NOT: b LBB ; FINITE: cmp r0, #0 ; FINITE: cmpeq r1, #0 |