]> granicus.if.org Git - clang/commitdiff
update comment.
authorAdrian Prantl <aprantl@apple.com>
Tue, 7 Jan 2014 02:40:59 +0000 (02:40 +0000)
committerAdrian Prantl <aprantl@apple.com>
Tue, 7 Jan 2014 02:40:59 +0000 (02:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@198670 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGDebugInfo.cpp

index 1897627f932def2cd1e398aa0640d814a3495d2d..3138d82fb8b590673b9783b67a353ad042f5277f 100644 (file)
@@ -1464,7 +1464,7 @@ llvm::DIType CGDebugInfo::CreateType(const RecordType *Ty) {
   // declaration. The completeType, completeRequiredType, and completeClassData
   // callbacks will handle promoting the declaration to a definition.
   if (T ||
-      // Under -flimit-debug-info:
+      // Under -fno-standalone-debug:
       (DebugKind <= CodeGenOptions::LimitedDebugInfo &&
        // Emit only a forward declaration unless the type is required.
        ((!RD->isCompleteDefinitionRequired() && CGM.getLangOpts().CPlusPlus) ||