Sign in
swiftshader
/
SwiftShader
/
2c1da722c3516cf4a67b1d08669df9f4dae7e460
/
.
/
third_party
/
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
}