Dan Gohman | fce288f | 2009-09-09 00:09:15 +0000 | [diff] [blame] | 1 | ; RUN: llc < %s | grep "foo 0 0" |
Chris Lattner | 3e0cc26 | 2009-03-10 05:37:13 +0000 | [diff] [blame] | 2 | |
3 | define void @bar() nounwind { | ||||
4 | tail call void asm sideeffect "foo ${:uid} ${:uid}", ""() nounwind | ||||
5 | ret void | ||||
6 | } |