From c24b75870ba567d2dc74f66869cf1292c2d61976 Mon Sep 17 00:00:00 2001
From: Misha Brukman
<returntype> (<parameter list>)-
Where '<parameter list>' is a comma-separated list of -type specifiers. Optionally, the parameter list may include a type ..., +
Where '<parameter list>' is a comma-separated list of type +specifiers. Optionally, the parameter list may include a type ..., which indicates that the function takes a variable number of arguments. Variable argument functions can access their arguments with the variable argument handling intrinsic functions.
@@ -482,16 +484,16 @@ Variable argument functions can access their arguments with theLLVM programs are composed of "Module"s, each of which is a translation unit of the input programs. Each module consists of -- cgit v1.1