summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-07-09 23:48:45 +0000
committerEric Christopher <echristo@gmail.com>2013-07-09 23:48:45 +0000
commit93ebdd727ffdbc1ef276e5ca97134241bd031db3 (patch)
tree4619989434bde726867e9aefafd93a36bebaaf61
parent6098617412b902097dee0b278d1dd552fcee89ba (diff)
downloadbcm5719-llvm-93ebdd727ffdbc1ef276e5ca97134241bd031db3.tar.gz
bcm5719-llvm-93ebdd727ffdbc1ef276e5ca97134241bd031db3.zip
Fix comment.
llvm-svn: 185984
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp2
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;
}
OpenPOWER on IntegriCloud