mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-27 12:26:08 +00:00
typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203980 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -974,7 +974,7 @@ DIE *DwarfUnit::getOrCreateTypeDIE(const MDNode *TyNode) {
|
|||||||
if (GenerateDwarfTypeUnits && !Ty.isForwardDecl())
|
if (GenerateDwarfTypeUnits && !Ty.isForwardDecl())
|
||||||
if (MDString *TypeId = CTy.getIdentifier()) {
|
if (MDString *TypeId = CTy.getIdentifier()) {
|
||||||
DD->addDwarfTypeUnitType(getCU(), TypeId->getString(), TyDIE, CTy);
|
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;
|
return TyDIE;
|
||||||
}
|
}
|
||||||
constructTypeDIE(*TyDIE, CTy);
|
constructTypeDIE(*TyDIE, CTy);
|
||||||
|
Reference in New Issue
Block a user