blob: e1e94b64121493cdbf1efde5746b3e8c1084485f [file] [log] [blame]
Dan Gohmanda594cf2009-09-09 00:09:15 +00001; RUN: llc < %s -march=arm -mattr=+v6
Bob Wilsonc6751352009-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}