summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-11-07 09:18:35 +0000
committerEric Christopher <echristo@apple.com>2011-11-07 09:18:35 +0000
commit6abc9c5aaa9e115ea6ad8568db3c286fb48d365f (patch)
tree3364a64236e7d34ab1916459bcab77ffe8b1b6d1 /llvm/lib/CodeGen
parent2b4f77350d715c6145106391f3791ec3e02bdd5c (diff)
downloadbcm5719-llvm-6abc9c5aaa9e115ea6ad8568db3c286fb48d365f.tar.gz
bcm5719-llvm-6abc9c5aaa9e115ea6ad8568db3c286fb48d365f.zip
Fix up comment.
llvm-svn: 143919
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index b022c430ac6..d1e4ca4b5fa 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
@@ -1744,7 +1744,7 @@ void DwarfDebug::emitDebugPubTypes() {
for (DenseMap<const MDNode *, CompileUnit *>::iterator I = CUMap.begin(),
E = CUMap.end(); I != E; ++I) {
CompileUnit *TheCU = I->second;
- // Start the dwarf pubnames section.
+ // Start the dwarf pubtypes section.
Asm->OutStreamer.SwitchSection(
Asm->getObjFileLowering().getDwarfPubTypesSection());
Asm->OutStreamer.AddComment("Length of Public Types Info");
OpenPOWER on IntegriCloud