From: David Blaikie Date: Mon, 20 Oct 2014 20:29:35 +0000 (+0000) Subject: Fix whitespace introduced in r220221 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0a7c9d5831e821303abd8e525f172602274aa02b;p=platform%2Fupstream%2Fllvm.git Fix whitespace introduced in r220221 Post commit review feedback from Yaron Keren. llvm-svn: 220229 --- diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp index 723da71..489a203 100644 --- a/clang/lib/CodeGen/CGDebugInfo.cpp +++ b/clang/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