blob: ce86da824bc4b94e978f423088d0394027caadb1 [file] [log] [blame]
Reid Spencer69ccadd2006-12-02 04:23:10 +00001; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | not grep fmr
Chris Lattner602b02a2005-10-07 04:59:41 +00002
3double %test(float %F) {
4 %F = cast float %F to double
5 ret double %F
6}