blob: 00f2e48a6a5aceed607ed8978af91bdd12f29eb3 [file] [log] [blame]
Chris Lattner602b02a2005-10-07 04:59:41 +00001; RUN: llvm-as < %s | llc -march=ppc32 &&
2; RUN: llvm-as < %s | llc -march=ppc32 | not grep fmr
3
4double %test(float %F) {
5 %F = cast float %F to double
6 ret double %F
7}