aboutsummaryrefslogtreecommitdiffstats
path: root/lib
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
commit61c91d5d7c3b40837e5512b53b15b3e3a65833fa (patch)
tree627b7a4647140098bbc1299a1d814c7b30bb9dd1 /lib
parent97c37bb4d4ae5e505350091e520a1354069941e0 (diff)
downloadexternal_llvm-61c91d5d7c3b40837e5512b53b15b3e3a65833fa.zip
external_llvm-61c91d5d7c3b40837e5512b53b15b3e3a65833fa.tar.gz
external_llvm-61c91d5d7c3b40837e5512b53b15b3e3a65833fa.tar.bz2
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185984 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
index f03e983..9f77b51 100644
--- a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
+++ b/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;
}