ddcce745084a2c74882590abb62a1f18f3f89e2b
[oota-llvm.git] / test / CodeGen / PowerPC / fabs.ll
1 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin | grep "fabs f1, f1"
2
3 define double @fabs(double %f) {
4 entry:
5         %tmp2 = tail call double @fabs( double %f ) readnone    ; <double> [#uses=1]
6         ret double %tmp2
7 }