[llvm] r185984 - Fix comment.

Eric Christopher echristo at gmail.com
Tue Jul 9 16:48:45 PDT 2013


Author: echristo
Date: Tue Jul  9 18:48:45 2013
New Revision: 185984

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

Modified:
    llvm/trunk/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp

Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp?rev=185984&r1=185983&r2=185984&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp Tue Jul  9 18:48:45 2013
@@ -834,7 +834,7 @@ void CompileUnit::constructTypeDIE(DIE &
 
   if (BTy.getTag() == dwarf::DW_TAG_unspecified_type) {
     Buffer.setTag(dwarf::DW_TAG_unspecified_type);
-    // Unspecified types has only name, nothing else.
+    // An unspecified type only has a name attribute.
     return;
   }
 





More information about the llvm-commits mailing list