Forbid arrays of function-type and structures with function-typed fields.
[llvm/avr.git] / test / CodeGen / ARM / fnmul.ll
blob613b347cdbf209657a148e80f08ea310fbe1de63
1 ; RUN: llc < %s -march=arm -mattr=+v6,+vfp2 | grep fnmuld
2 ; RUN: llc < %s -march=arm -mattr=+v6,+vfp2 -enable-sign-dependent-rounding-fp-math | grep fmul
5 define double @t1(double %a, double %b) {
6 entry:
7         %tmp2 = fsub double -0.000000e+00, %a            ; <double> [#uses=1]
8         %tmp4 = fmul double %tmp2, %b            ; <double> [#uses=1]
9         ret double %tmp4