blob: 5ef568863baddc4cb1ecb127a76b4599997e6909 [file] [log] [blame]
Daniel Sanders753e1762014-02-13 14:44:26 +00001; RUN: llc -no-integrated-as < %s | grep "foo 0 0"
Chris Lattner1522e242009-03-10 05:37:13 +00002
3define void @bar() nounwind {
4 tail call void asm sideeffect "foo ${:uid} ${:uid}", ""() nounwind
5 ret void
6}