Sign in
swiftshader
/
SwiftShader
/
dc85364a33e23cfbaf95144c3e9d145a5dbb5c07
/
.
/
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
}