Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f391883670caecc01973bc6c69fc1f22c20a2612
/
.
/
llvm
/
test
/
Transforms
/
DeadArgElim
/
2006-06-27-struct-ret.ll
blob: 2a7b3a1f0421da23a71136b20380a8afc3e0aedc [
file
] [
log
] [
blame
]
; RUN: llvm-upgrade < %s | llvm-as | opt -deadargelim -disable-output
implementation
internal
csretcc
void
%build_delaunay
({
int
}*
%agg.result
)
{
ret
void
}
void
%test
()
{
call
csretcc
void
%build_delaunay
({
int
}*
null
)
ret
void
}