aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC/fpcopy.ll
blob: ce86da824bc4b94e978f423088d0394027caadb1 (plain)
1
2
3
4
5
6
; 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
}