[llvm-commits] [PATCH] Add the byval attribute and a bit more

Duncan Sands baldrick at free.fr
Fri Jul 6 01:41:54 PDT 2007


> +    SturtByVal        = 1<<4,  ///< Struct passed by value

What about arrays?  It may sometimes be useful to pass them
by value too.

Ciao,

Duncan.



More information about the llvm-commits mailing list