commit | 9a3507f0913036615013d0218362d76cbe053b57 | [log] [tgz] |
---|---|---|
author | Jim Grosbach <grosbach@apple.com> | Fri Apr 01 20:26:57 2011 +0000 |
committer | Jim Grosbach <grosbach@apple.com> | Fri Apr 01 20:26:57 2011 +0000 |
tree | bcf0e899b25b902adac6b2565fa1cd81186a1008 | |
parent | 27b83d4ff2264d9a0e2367d92543efe4c0148931 [diff] [blame] |
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
diff --git a/test/CodeGen/ARM/fpcmp-opt.ll b/test/CodeGen/ARM/fpcmp-opt.ll index 65b921b..7c0dd0e 100644 --- a/test/CodeGen/ARM/fpcmp-opt.ll +++ b/test/CodeGen/ARM/fpcmp-opt.ll
@@ -37,7 +37,7 @@ 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