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