Forbid arrays of function-type and structures with function-typed fields.
[llvm/avr.git] / test / CodeGen / ARM / 2009-05-18-InlineAsmMem.ll
blob2fc9eb37417d448f54c99c50b81b033fe78ea90c
1 ; RUN: llc < %s -march=arm | grep swp
2 ; PR4091
4 define void @foo(i32 %i, i32* %p) nounwind {
5         %asmtmp = call i32 asm sideeffect "swp $0, $2, $3", "=&r,=*m,r,*m,~{memory}"(i32* %p, i32 %i, i32* %p) nounwind
6         ret void