[cfe-commits] r149543 - /cfe/trunk/lib/CodeGen/CGClass.cpp

Eric Christopher echristo at apple.com
Wed Feb 1 13:44:56 PST 2012


Author: echristo
Date: Wed Feb  1 15:44:56 2012
New Revision: 149543

URL: http://llvm.org/viewvc/llvm-project?rev=149543&view=rev
Log:
Fix comment.

Modified:
    cfe/trunk/lib/CodeGen/CGClass.cpp

Modified: cfe/trunk/lib/CodeGen/CGClass.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGClass.cpp?rev=149543&r1=149542&r2=149543&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGClass.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGClass.cpp Wed Feb  1 15:44:56 2012
@@ -1197,8 +1197,8 @@
 
   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());





More information about the cfe-commits mailing list