1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/test/CodeGen/Generic/inline-asm-special-strings.ll

7 lines
154 B
LLVM
Raw Normal View History

; RUN: llvm-as < %s | llc | grep "foo 0 0"
define void @bar() nounwind {
tail call void asm sideeffect "foo ${:uid} ${:uid}", ""() nounwind
ret void
}