]> granicus.if.org Git - clang/commitdiff
Fix comment.
authorEric Christopher <echristo@apple.com>
Wed, 1 Feb 2012 21:44:56 +0000 (21:44 +0000)
committerEric Christopher <echristo@apple.com>
Wed, 1 Feb 2012 21:44:56 +0000 (21:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149543 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGClass.cpp

index 45df88afe99ab749d74a4fc9a25323a86eb3398a..c160c58d3765e594279ba8c3f1cc5ef7792b3d6c 100644 (file)
@@ -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());