[yaml2obj/obj2yaml] - Add support for .stack_sizes sections.
[llvm-complete.git] / test / CodeGen / Generic / inline-asm-special-strings.ll
blob5ef568863baddc4cb1ecb127a76b4599997e6909
1 ; RUN: llc -no-integrated-as < %s | grep "foo 0 0"
3 define void @bar() nounwind {
4         tail call void asm sideeffect "foo ${:uid} ${:uid}", ""() nounwind
5         ret void