LGTM
On Fri, Oct 4, 2013 at 5:08 AM, Mark Lacey <[email protected]> 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 > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits > >
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
