Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
40503396da1f9ca7894fdcd61c0e2e142022f679
/
.
/
llvm
/
test
/
CodeGen
/
Generic
/
inline-asm-special-strings.ll
blob: e52e0be74bc3ab6b7f8fb2631a17d326734b880c [
file
] [
log
] [
blame
]
Chris Lattner
1522e24
2009-03-10 05:37:13 +0000
[
diff
] [
blame
]
1
; RUN: llvm-as < %s | llc | grep "foo 0 0"
2
3
define
void
@bar
()
nounwind
{
4
tail
call
void
asm
sideeffect
"foo ${:uid} ${:uid}"
,
""
()
nounwind
5
ret
void
6
}