~louis/ubuntu/trusty/clamav/lp799623_fix_logrotate

1
2
3
4
5
6
7
; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin | grep {fabs f1, f1}

define double @fabs(double %f) {
entry:
	%tmp2 = tail call double @fabs( double %f )		; <double> [#uses=1]
	ret double %tmp2
}