diff options
author | Eric Christopher <echristo@gmail.com> | 2013-07-09 23:48:45 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-07-09 23:48:45 +0000 |
commit | 93ebdd727ffdbc1ef276e5ca97134241bd031db3 (patch) | |
tree | 4619989434bde726867e9aefafd93a36bebaaf61 | |
parent | 6098617412b902097dee0b278d1dd552fcee89ba (diff) | |
download | bcm5719-llvm-93ebdd727ffdbc1ef276e5ca97134241bd031db3.tar.gz bcm5719-llvm-93ebdd727ffdbc1ef276e5ca97134241bd031db3.zip |
Fix comment.
llvm-svn: 185984
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp index f03e9835a21..9f77b513efe 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp @@ -834,7 +834,7 @@ void CompileUnit::constructTypeDIE(DIE &Buffer, DIBasicType BTy) { 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; } |