Handle logical shift right (at least I hope so :) )
[llvm/msp430.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