blob: 156e00b4e5772acef23ca1191fc37f971fb9a738 [file] [log] [blame]
Chandler Carruth4177e6f2012-07-02 12:47:22 +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}