Forbid arrays of function-type and structures with function-typed fields.
[llvm/avr.git] / test / CodeGen / PowerPC / fabs.ll
blob6ef740f835cbca158b14ae8b14ee0581523890ef
1 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin | grep {fabs f1, f1}
3 define double @fabs(double %f) {
4 entry:
5         %tmp2 = tail call double @fabs( double %f )             ; <double> [#uses=1]
6         ret double %tmp2