Hi Reid,

> > +    ByVal             = 1<<4,  ///< Struct passed by value
> 
> I would prefer this be named StructByVal, to be clear

this was changed because it should also be possible to pass arrays
by value, not just structs.  So it is rather the comment that should
be fixed, not the name.  That said, ByVal is a little confusing since
eg an integer is passed by value but is not marked ByVal.  Not clear
what a better name would be...

Ciao,

Duncan.
_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to