Use static inline to do the right thing when built in C99 mode. Of course,
[llvm/stm8.git] / test / CodeGen / PowerPC / fabs.ll
blob6ef740f835cbca158b14ae8b14ee0581523890ef
1 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin | grep {fabs f1, f1}
3 define double @fabs(double %f) {
4 entry:
5         %tmp2 = tail call double @fabs( double %f )             ; <double> [#uses=1]
6         ret double %tmp2