[PATCH] Use the CGCXXABI member on CodeGenTypes.

Mark Lacey mark.lacey at apple.com
Wed Oct 2 00:54:21 PDT 2013


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(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Use-the-CGCXXABI-member-on-CodeGenTypes.patch
Type: text/x-patch
Size: 1407 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131002/00608cad/attachment.bin>


More information about the cfe-commits mailing list