The SPARCv9 ABI returns a float in %f0.
[oota-llvm.git] / test / CodeGen / SPARC / 64cond.ll
index 8c3f644382dd5015ab4f312920e42685e97a97d9..1bd17a43187dac289090038f57275954df8397f7 100644 (file)
@@ -80,7 +80,7 @@ entry:
 ; CHECK: selectf32_xcc
 ; CHECK: cmp %i0, %i1
 ; CHECK: fmovsg %xcc, %f5, %f7
-; CHECK: fmovs %f7, %f1
+; CHECK: fmovs %f7, %f0
 define float @selectf32_xcc(i64 %x, i64 %y, float %a, float %b) {
 entry:
   %tobool = icmp sgt i64 %x, %y