Home | History | Annotate | Download | only in PowerPC
      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 }
      8