Home | History | Annotate | Download | only in Generic
      1 ; RUN: llc < %s | grep "foo 0 0"
      2 
      3 define void @bar() nounwind {
      4 	tail call void asm sideeffect "foo ${:uid} ${:uid}", ""() nounwind
      5 	ret void
      6 }
      7