Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
fd5c51342a429ecab86a645282d0b36b216c0256
/
.
/
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
(
...
)