On 16 January 2014 12:03, Tim Northover <[email protected]> wrote:
> Which seems to mean the correct change is basically replacing any > check for "AAPCS_VFP" with "AAPCS_VFP && !isVariadic" (with any > simplifications that might be possible). > Yes, *every* variadic function uses the base standard, so that could be used as a shortcut on any function that marshals arguments or return values, independent on the VFP status. --renato
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
