blob: ea502cd3008fdbffe30070b6d2bbe90623259891 [file] [log] [blame]
Bob Wilson9b4b00a2009-07-09 23:54:51 +00001; RUN: llvm-as < %s | llc -march=arm -mattr=+v6
2
3define void @test(i8* %x) nounwind {
4entry:
5 call void asm sideeffect "pld\09${0:a}", "r,~{cc}"(i8* %x) nounwind
6 ret void
7}