Forbid arrays of function-type and structures with function-typed fields.
[llvm/avr.git] / test / CodeGen / Generic / 2007-04-27-InlineAsm-X-Dest.ll
blobaf522dc4c58d1f6e4238c4c0a0538e3e446f46a7
1 ; RUN: llc < %s
3 ; Test that we can have an "X" output constraint.
5 define void @test(i16 * %t) {
6         call void asm sideeffect "foo $0", "=*X,~{dirflag},~{fpsr},~{flags},~{memory}"( i16* %t )
7         ret void