Fix comment.

llvm-svn: 149543
This commit is contained in:
Eric Christopher 2012-02-01 21:44:56 +00:00
parent 62e0f4abf6
commit 034ba7e487
1 changed files with 2 additions and 2 deletions

View 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());