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: | ||||
5 | %tmp2 = tail call double @fabs( double %f ) ; <double> [#uses=1] | ||||
6 | ret double %tmp2 | ||||
7 | } |