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)
llvm-svn: 198670

clang/lib/CodeGen/CGDebugInfo.cpp

index 1897627..3138d82 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) ||