Sign in
ara-mdk
/
platform
/
external
/
llvm
/
b4ba5e68e1ac00bfb93572a1f271673deefd7ea9
/
.
/
test
/
CodeGen
/
SPARC
/
2011-01-11-Call.ll
blob: 7350e9232428946e6c696fa98ebf2e6566b630c8 [
file
] [
log
] [
blame
]
; RUN: llc -march=sparc -O0 <%s
define
void
@test
()
nounwind
{
entry
:
%0
=
tail
call
i32
(
...
)*
@foo
()
nounwind
tail
call
void
(
...
)*
@bar
()
nounwind
ret
void
}
declare
i32
@foo
(
...
)
declare
void
@bar
(
...
)