From e2da17fb9eba1fda8cf6ef364e19592be24222b3 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Fri, 14 Mar 2014 23:08:17 +0000 Subject: typo llvm-svn: 203980 --- llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp') 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); -- cgit v1.2.3