Shrink Thumb2 movcc instructions.
[llvm/avr.git] / test / CodeGen / ARM / arguments_f64_backfill.ll
blob07d928abe81f94b0437c980a310f5527548e0715
1 ; RUN: llvm-as < %s | llc -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)