Forbid arrays of function-type and structures with function-typed fields.
[llvm/avr.git] / test / CodeGen / X86 / storetrunc-fp.ll
blob03ad093ba8607c4b71542d729b80a4f2eb80d9b0
1 ; RUN: llc < %s -march=x86 | not grep flds
3 define void @foo(x86_fp80 %a, x86_fp80 %b, float* %fp) {
4         %c = fadd x86_fp80 %a, %b
5         %d = fptrunc x86_fp80 %c to float
6         store float %d, float* %fp
7         ret void