blob: 6ef740f835cbca158b14ae8b14ee0581523890ef [file] [log] [blame]
Dan Gohmanfce288f2009-09-09 00:09:15 +00001; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin | grep {fabs f1, f1}
Chris Lattner8de5f1c2007-09-10 21:16:23 +00002
3define double @fabs(double %f) {
4entry:
5 %tmp2 = tail call double @fabs( double %f ) ; <double> [#uses=1]
6 ret double %tmp2
7}