Daniel Sanders | 753e176 | 2014-02-13 14:44:26 +0000 | [diff] [blame] | 1 | ; RUN: llc -no-integrated-as < %s | grep "foo 0 0" |
Chris Lattner | 1522e24 | 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 | } |