remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git] / test / CodeGen / Generic / inline-asm-special-strings.ll
blobd18221ef934dab4f9185fcac1408129ee9cb4c65
1 ; RUN: llc < %s | grep "foo 0 0"
3 define void @bar() nounwind {
4         tail call void asm sideeffect "foo ${:uid} ${:uid}", ""() nounwind
5         ret void