blob: e1e94b64121493cdbf1efde5746b3e8c1084485f [file] [log] [blame]
Dan Gohmanfce288f2009-09-09 00:09:15 +00001; RUN: llc < %s -march=arm -mattr=+v6
Bob Wilson9b4b00a2009-07-09 23:54:51 +00002
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}