[PATCH] Pass CGCXXABIs around directly.

Reid Kleckner rnk at google.com
Sat Oct 5 05:38:37 PDT 2013


LGTM


On Fri, Oct 4, 2013 at 5:08 AM, Mark Lacey <mark.lacey at apple.com> wrote:

> Please review this small bit of clean-up.
>
> Thanks,
>
> Mark
>
> --------
>
> In functions that only need to use the CGCXXABI member of a CodeGenTypes
> class, pass that reference around directly rather than a reference to
> a CodeGenTypes class.
>
> This makes the actual dependence on CGCXXABI clear at the call sites.
> ---
> lib/CodeGen/ABIInfo.h      |  2 ++
> lib/CodeGen/TargetInfo.cpp | 57
> +++++++++++++++++++++++++---------------------
> 2 files changed, 33 insertions(+), 26 deletions(-)
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131005/03cd7fad/attachment.html>


More information about the cfe-commits mailing list