]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/CodeGen/Generic/inline-asm-special-strings.ll
Vendor import of llvm RELEASE_350/final tag r216957 (effectively, 3.5.0 release):
[FreeBSD/FreeBSD.git] / test / CodeGen / Generic / inline-asm-special-strings.ll
1 ; RUN: llc -no-integrated-as < %s | grep "foo 0 0"
2
3 define void @bar() nounwind {
4         tail call void asm sideeffect "foo ${:uid} ${:uid}", ""() nounwind
5         ret void
6 }