On Thu, Jan 5, 2012 at 4:21 PM, Hatanaka, Akira <[email protected]> wrote: > Yes, we should insert padding for types that are not Struct too. > > Can we assume PaddingType is valid only if ABIArgInfo's TheKind is Direct? Or > should other we be able to add PaddingType for other Kinds as well?
I'd say it's okay for the moment to only allow it for Direct, as long as you document that in the code. It should be easy enough to extend if someone ends up needing it. -Eli _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
