Remove comments on CU skeleton construction, they're probably

obvious.

llvm-svn: 198361
This commit is contained in:
Eric Christopher 2014-01-02 22:04:47 +00:00
parent 1d429f2ee0
commit 94932438d4
1 changed files with 0 additions and 4 deletions

View File

@ -825,10 +825,6 @@ DwarfCompileUnit *DwarfDebug::constructDwarfCompileUnit(DICompileUnit DIUnit) {
if (useSplitDwarf()) {
NewCU->initSection(Asm->getObjFileLowering().getDwarfInfoDWOSection(),
DwarfInfoDWOSectionSym);
// If we're splitting the dwarf then construct the skeleton CU now
// since we'll need to be able to reference the symbols in the skeleton
// CU during various emission passes - in particular aranges need
// to reference the skeleton CU.
NewCU->setSkeleton(constructSkeletonCU(NewCU));
} else
NewCU->initSection(Asm->getObjFileLowering().getDwarfInfoSection(),