Dan Gohman | fce288f | 2009-09-09 00:09:15 +0000 | [diff] [blame] | 1 | ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin | grep {fabs f1, f1} |
Chris Lattner | 8de5f1c | 2007-09-10 21:16:23 +0000 | [diff] [blame] | 2 | |
3 | define double @fabs(double %f) { | ||||
4 | entry: | ||||
5 | %tmp2 = tail call double @fabs( double %f ) ; <double> [#uses=1] | ||||
6 | ret double %tmp2 | ||||
7 | } |