llvm-6502/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
}