]> granicus.if.org Git - clang/commit
Pass CGCXXABIs around directly.
authorMark Lacey <mark.lacey@apple.com>
Sun, 6 Oct 2013 01:33:34 +0000 (01:33 +0000)
committerMark Lacey <mark.lacey@apple.com>
Sun, 6 Oct 2013 01:33:34 +0000 (01:33 +0000)
commit2363072da26da25009bf61c3d9d056a028d4d720
treed4968030214c967140c09f77e07090c99c34602c
parent9025a18c3601b37765ccdfdf76a151c213b8c0b3
Pass CGCXXABIs around directly.

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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@192052 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/ABIInfo.h
lib/CodeGen/TargetInfo.cpp