Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode.
[llvm/avr.git] / test / CodeGen / ARM / 2009-07-09-asm-p-constraint.ll
blobea502cd3008fdbffe30070b6d2bbe90623259891
1 ; RUN: llvm-as < %s | llc -march=arm -mattr=+v6
3 define void @test(i8* %x) nounwind {
4 entry:
5         call void asm sideeffect "pld\09${0:a}", "r,~{cc}"(i8* %x) nounwind
6         ret void