Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode.
[llvm/avr.git] / test / CodeGen / ARM / 2009-05-18-InlineAsmMem.ll
blobf942c9fc22168bf10c6fc687769cb6b7d9d3ce89
1 ; RUN: llvm-as < %s | llc -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