[PATCH] Use the CGCXXABI member on CodeGenTypes.

Reid Kleckner rnk at google.com
Wed Oct 2 12:32:23 PDT 2013


Looks good


On Wed, Oct 2, 2013 at 3:54 AM, Mark Lacey <mark.lacey at apple.com> wrote:

> Can someone please review?
>
> ---------------------------
>
> CodeGenTypes already has a reference to a CGCXXABI. Use this directly
> rather than going through CodeGenModule to get to the same information.
>
> This is consistent with other references to CGCXXABI in CodeGenTypes
> functions defined in CGCall.cpp.
> ---
> lib/CodeGen/CGCall.cpp     | 3 +--
> lib/CodeGen/TargetInfo.cpp | 4 ++--
> 2 files changed, 3 insertions(+), 4 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/20131002/f7ec9bf4/attachment.html>


More information about the cfe-commits mailing list