Use static inline to do the right thing when built in C99 mode. Of course,
[llvm/stm8.git] / test / CodeGen / PowerPC / fneg.ll
blob0bd31bb082cd4dccdab558511576aaf796a1a443
1 ; RUN: llc < %s -march=ppc32 | not grep fneg
3 define double @test1(double %a, double %b, double %c, double %d) {
4 entry:
5         %tmp2 = fsub double -0.000000e+00, %c            ; <double> [#uses=1]
6         %tmp4 = fmul double %tmp2, %d            ; <double> [#uses=1]
7         %tmp7 = fmul double %a, %b               ; <double> [#uses=1]
8         %tmp9 = fsub double %tmp7, %tmp4         ; <double> [#uses=1]
9         ret double %tmp9