Noting and enforcing that GC intrinsics are valid only within a
[oota-llvm.git] / test / CodeGen / PowerPC / fpcopy.ll
1 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | not grep fmr
2
3 double %test(float %F) {
4         %F = cast float %F to double
5         ret double %F
6 }