summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2014-03-14 23:08:17 +0000
committerAdrian Prantl <aprantl@apple.com>2014-03-14 23:08:17 +0000
commite2da17fb9eba1fda8cf6ef364e19592be24222b3 (patch)
tree6309d7293e5bd797de30868ad6b21e4e3f5adefb /llvm/lib/CodeGen
parent9a3284fb2f0f9a1e2034336a1fccb1b1e63daeb4 (diff)
downloadbcm5719-llvm-e2da17fb9eba1fda8cf6ef364e19592be24222b3.tar.gz
bcm5719-llvm-e2da17fb9eba1fda8cf6ef364e19592be24222b3.zip
typo
llvm-svn: 203980
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
index c91f5fd361c..dbdcf9d2e11 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
@@ -974,7 +974,7 @@ DIE *DwarfUnit::getOrCreateTypeDIE(const MDNode *TyNode) {
if (GenerateDwarfTypeUnits && !Ty.isForwardDecl())
if (MDString *TypeId = CTy.getIdentifier()) {
DD->addDwarfTypeUnitType(getCU(), TypeId->getString(), TyDIE, CTy);
- // Skip updating the accellerator tables since this is not the full type
+ // Skip updating the accelerator tables since this is not the full type.
return TyDIE;
}
constructTypeDIE(*TyDIE, CTy);
OpenPOWER on IntegriCloud