blob: d18221ef934dab4f9185fcac1408129ee9cb4c65 [file] [log] [blame]
Shih-wei Liaoe264f622010-02-10 11:10:31 -08001; RUN: llc < %s | grep "foo 0 0"
2
3define void @bar() nounwind {
4 tail call void asm sideeffect "foo ${:uid} ${:uid}", ""() nounwind
5 ret void
6}