From 24f7101876203bb7906c161bb808ec39dcf95d76 Mon Sep 17 00:00:00 2001 From: Alexey Bataev Date: Fri, 9 Jun 2017 13:55:08 +0000 Subject: [DebugInfo] Fix comment, NFC. llvm-svn: 305076 --- clang/lib/CodeGen/CGDebugInfo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'clang/lib/CodeGen') diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp index 42b896b1180..ebb264eb61c 100644 --- a/clang/lib/CodeGen/CGDebugInfo.cpp +++ b/clang/lib/CodeGen/CGDebugInfo.cpp @@ -3466,8 +3466,8 @@ void CGDebugInfo::EmitDeclare(const VarDecl *VD, llvm::Value *Storage, unsigned AddressSpace = CGM.getContext().getTargetAddressSpace(VD->getType()); AppendAddressSpaceXDeref(AddressSpace, Expr); - // If this is implicit parameter and has IPK_CXXThis or IPK_ObjCSelf attribute - // then give it an object pointer flag. + // If this is implicit parameter of CXXThis or ObjCSelf kind, then give it an + // object pointer flag. if (const auto *IPD = dyn_cast(VD)) { if (IPD->getParameterKind() == ImplicitParamDecl::CXXThis || IPD->getParameterKind() == ImplicitParamDecl::ObjCSelf) -- cgit v1.2.3