From: Eric Christopher Date: Wed, 1 Feb 2012 21:44:56 +0000 (+0000) Subject: Fix comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af790885c7890f3d205bd4715161289bc8aa3f29;p=clang Fix comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149543 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGClass.cpp b/lib/CodeGen/CGClass.cpp index 45df88afe9..c160c58d37 100644 --- a/lib/CodeGen/CGClass.cpp +++ b/lib/CodeGen/CGClass.cpp @@ -1197,8 +1197,8 @@ CodeGenFunction::EmitCXXConstructorCall(const CXXConstructorDecl *D, CGDebugInfo *DI = getDebugInfo(); if (DI && CGM.getCodeGenOpts().LimitDebugInfo) { - // If debug info for this class has been emitted then this is the right time - // to do so. + // If debug info for this class has not been emitted then this is the + // right time to do so. const CXXRecordDecl *Parent = D->getParent(); DI->getOrCreateRecordType(CGM.getContext().getTypeDeclType(Parent), Parent->getLocation());