blob: d18221ef934dab4f9185fcac1408129ee9cb4c65 [file] [log] [blame]
; RUN: llc < %s | grep "foo 0 0"
define void @bar() nounwind {
tail call void asm sideeffect "foo ${:uid} ${:uid}", ""() nounwind
ret void
}