Remove comments on CU skeleton construction, they're probably
authorEric Christopher <echristo@gmail.com>
Thu, 2 Jan 2014 22:04:47 +0000 (22:04 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 2 Jan 2014 22:04:47 +0000 (22:04 +0000)
obvious.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198361 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfDebug.cpp

index 44163d20f4c1114aa31233240e88197d1e1e7881..2b9efae3299b0613c0cfa0a6001c32d58355eeb9 100644 (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(),