summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/2009-05-18-InlineAsmMem.ll
blob: f942c9fc22168bf10c6fc687769cb6b7d9d3ce89 (plain)
1
2
3
4
5
6
7
; RUN: llvm-as < %s | llc -march=arm | grep swp
; PR4091

define void @foo(i32 %i, i32* %p) nounwind {
	%asmtmp = call i32 asm sideeffect "swp $0, $2, $3", "=&r,=*m,r,*m,~{memory}"(i32* %p, i32 %i, i32* %p) nounwind
	ret void
}
OpenPOWER on IntegriCloud