Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode.
[llvm/avr.git] / test / CodeGen / Generic / inline-asm-special-strings.ll
blobe52e0be74bc3ab6b7f8fb2631a17d326734b880c
1 ; RUN: llvm-as < %s | llc | grep "foo 0 0"
3 define void @bar() nounwind {
4         tail call void asm sideeffect "foo ${:uid} ${:uid}", ""() nounwind
5         ret void