Sign in
ara-mdk
/
platform
/
external
/
llvm
/
7e6274dc66895c11a5743dad7d95a2a255819f91
/
.
/
test
/
CodeGen
/
Generic
/
inline-asm-special-strings.ll
blob: d18221ef934dab4f9185fcac1408129ee9cb4c65 [
file
] [
log
] [
blame
]
; RUN: llc < %s | grep "foo 0 0"
define
void
@bar
()
nounwind
{
tail
call
void
asm
sideeffect
"foo ${:uid} ${:uid}"
,
""
()
nounwind
ret
void
}