Skip to content

Commit 10b4a63

Browse files
author
CVS to SVN Conversion
committed
This commit was manufactured by cvs2svn to create branch 'release_13'.
llvm-svn: 15618
1 parent 7d4bacd commit 10b4a63

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
declare void %llvm.va_end(sbyte*)
2+
3+
void %test() {
4+
call void %llvm.va_end( sbyte* null )
5+
ret void
6+
}
7+

0 commit comments

Comments
 (0)