Skip to content
Snippets Groups Projects
Commit cee3c6b1 authored by Chris Lattner's avatar Chris Lattner
Browse files

This testcase causes the CBE to generate code that is not legal C.

llvm-svn: 15601
parent 18922915
No related branches found
No related tags found
No related merge requests found
declare void %llvm.va_end(sbyte*)
void %test() {
call void %llvm.va_end( sbyte* null )
ret void
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment