From: David Blaikie Date: Mon, 20 Oct 2014 20:29:35 +0000 (+0000) Subject: Fix whitespace introduced in r220221 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed84178b858b2ada58f59f3c81df4b5605e1d769;p=clang Fix whitespace introduced in r220221 Post commit review feedback from Yaron Keren. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220229 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGDebugInfo.cpp b/lib/CodeGen/CGDebugInfo.cpp index 723da71edd..489a203272 100644 --- a/lib/CodeGen/CGDebugInfo.cpp +++ b/lib/CodeGen/CGDebugInfo.cpp @@ -1266,7 +1266,7 @@ CollectTemplateParams(const TemplateParameterList *TPList, // Member function pointers have special support for building them, though // this is currently unsupported in LLVM CodeGen. else if ((MD = dyn_cast(D)) && MD->isInstance()) - V = CGM.getCXXABI().EmitMemberPointer(MD); + V = CGM.getCXXABI().EmitMemberPointer(MD); else if (const auto *FD = dyn_cast(D)) V = CGM.GetAddrOfFunction(FD); // Member data pointers have special handling too to compute the fixed