blob: ce86da824bc4b94e978f423088d0394027caadb1 [file] [log] [blame]
; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | not grep fmr
double %test(float %F) {
%F = cast float %F to double
ret double %F
}