Chandler Carruth | 4177e6f | 2012-07-02 12:47:22 +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: | ||||
Bob Wilson | 53624a2 | 2012-08-03 23:29:17 +0000 | [diff] [blame] | 5 | %tmp2 = tail call double @fabs( double %f ) readnone ; <double> [#uses=1] |
Chris Lattner | 8de5f1c | 2007-09-10 21:16:23 +0000 | [diff] [blame] | 6 | ret double %tmp2 |
7 | } |