In some rare cases, the register allocator can spill registers but end up not utilizi...
[llvm/msp430.git] / test / CodeGen / PowerPC / fpcopy.ll
blob7d8059645ad22f92bf4e5e115c0e0163aeb2d982
1 ; RUN: llvm-as < %s | llc -march=ppc32 | not grep fmr
3 define double @test(float %F) {
4         %F.upgrd.1 = fpext float %F to double           ; <double> [#uses=1]
5         ret double %F.upgrd.1