Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e407736a065bd59d87c30da91e609583cb1cf552
/
.
/
llvm
/
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
}