llvm-svn: 203980
This commit is contained in:
Adrian Prantl 2014-03-14 23:08:17 +00:00
parent 9a3284fb2f
commit e2da17fb9e
1 changed files with 1 additions and 1 deletions

View File

@ -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);