mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Reformatting for r198842
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198843 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2af945d2cd
commit
d5a4058ba4
@ -3005,9 +3005,8 @@ void DwarfDebug::addDwarfTypeUnitType(DICompileUnit CUNode,
|
||||
const DwarfTypeUnit *&TU = DwarfTypeUnits[CTy];
|
||||
if (!TU) {
|
||||
DIE *UnitDie = new DIE(dwarf::DW_TAG_type_unit);
|
||||
DwarfTypeUnit *NewTU =
|
||||
new DwarfTypeUnit(InfoHolder.getUnits().size(), UnitDie, CUNode, Asm,
|
||||
this, &InfoHolder);
|
||||
DwarfTypeUnit *NewTU = new DwarfTypeUnit(
|
||||
InfoHolder.getUnits().size(), UnitDie, CUNode, Asm, this, &InfoHolder);
|
||||
TU = NewTU;
|
||||
InfoHolder.addUnit(NewTU);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user