mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-15 05:24:01 +00:00
Fix some formatting in my last commit (r201196)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201197 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -2968,8 +2968,8 @@ DwarfCompileUnit *DwarfDebug::constructSkeletonCU(const DwarfCompileUnit *CU) {
|
||||
DwarfTypeUnit *DwarfDebug::constructSkeletonTU(DwarfTypeUnit *TU) {
|
||||
|
||||
DIE *Die = new DIE(dwarf::DW_TAG_type_unit);
|
||||
DwarfTypeUnit *NewTU = new DwarfTypeUnit(
|
||||
TU->getUniqueID(), Die, TU->getCU(), Asm, this, &SkeletonHolder);
|
||||
DwarfTypeUnit *NewTU = new DwarfTypeUnit(TU->getUniqueID(), Die, TU->getCU(),
|
||||
Asm, this, &SkeletonHolder);
|
||||
NewTU->setTypeSignature(TU->getTypeSignature());
|
||||
NewTU->setType(NULL);
|
||||
NewTU->initSection(
|
||||
@ -3023,8 +3023,8 @@ void DwarfDebug::addDwarfTypeUnitType(DwarfCompileUnit &CU,
|
||||
}
|
||||
|
||||
DIE *UnitDie = new DIE(dwarf::DW_TAG_type_unit);
|
||||
DwarfTypeUnit *NewTU = new DwarfTypeUnit(
|
||||
InfoHolder.getUnits().size(), UnitDie, CU, Asm, this, &InfoHolder);
|
||||
DwarfTypeUnit *NewTU = new DwarfTypeUnit(InfoHolder.getUnits().size(),
|
||||
UnitDie, CU, Asm, this, &InfoHolder);
|
||||
TU = NewTU;
|
||||
InfoHolder.addUnit(NewTU);
|
||||
|
||||
|
Reference in New Issue
Block a user