summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/inline-asm-special-strings.ll
blob: d18221ef934dab4f9185fcac1408129ee9cb4c65 (plain)
1
2
3
4
5
6
; RUN: llc < %s | grep "foo 0 0"

define void @bar() nounwind {
	tail call void asm sideeffect "foo ${:uid} ${:uid}", ""() nounwind
	ret void
}