1; RUN: llc -mtriple=arm-eabi -mattr=+v6 %s -o /dev/null2 3define void @test(ptr %x) nounwind {4entry:5 call void asm sideeffect "pld\09${0:a}", "r,~{cc}"(ptr %x) nounwind6 ret void7}8