Use static inline to do the right thing when built in C99 mode. Of course,
[llvm/stm8.git] / test / CodeGen / PowerPC / fpcopy.ll
blob7b9446baac071c0f62116562be6fb713906109b9
1 ; RUN: llc < %s -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