Forbid arrays of function-type and structures with function-typed fields.
[llvm/avr.git] / test / CodeGen / ARM / arguments_f64_backfill.ll
blob690f488d8483d28c8c16514aa8061414ccef27d5
1 ; RUN: llc < %s -mtriple=arm-linux-gnueabi -mattr=+vfp2 -float-abi=hard | grep {fcpys s0, s1}
3 define float @f(float %z, double %a, float %b) {
4         %tmp = call float @g(float %b)
5         ret float %tmp
8 declare float @g(float)