blob: e52e0be74bc3ab6b7f8fb2631a17d326734b880c [file] [log] [blame]
Chris Lattner3e0cc262009-03-10 05:37:13 +00001; RUN: llvm-as < %s | llc | grep "foo 0 0"
2
3define void @bar() nounwind {
4 tail call void asm sideeffect "foo ${:uid} ${:uid}", ""() nounwind
5 ret void
6}