diff options
author | Eric Christopher <echristo@apple.com> | 2012-02-01 21:44:56 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-02-01 21:44:56 +0000 |
commit | af790885c7890f3d205bd4715161289bc8aa3f29 (patch) | |
tree | 6d770dfc561a9a7831bdde8a995c951658fdafd9 /lib/CodeGen/CGClass.cpp | |
parent | 3f405d36068e0755651cdb0339966acb4e15959f (diff) |
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149543 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGClass.cpp')
-rw-r--r-- | lib/CodeGen/CGClass.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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()); |