Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
llvm-epi-0.8
llvm
test
Regression
CodeGen
CBackend
2004-08-09-va-end-null.ll
Find file
Normal view
History
Permalink
2004-08-09-va-end-null.ll
104 B
Newer
Older
This testcase causes the CBE to generate code that is not legal C.
Chris Lattner
committed
Aug 09, 2004
1
2
3
4
5
6
7
declare
void
%llvm.va_end
(
sbyte
*)
void
%test
()
{
call
void
%llvm.va_end
(
sbyte
*
null
)
ret
void
}