summaryrefslogtreecommitdiff
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-01-02 22:04:47 +0000
committerEric Christopher <echristo@gmail.com>2014-01-02 22:04:47 +0000
commit01a5024ed2fdc5ef9858234725d6b9d2e8cecca2 (patch)
tree4e6c8d869afdf08e11087e82e8a9629785d586f5 /lib/CodeGen
parentd151389bd1909103ae3063bf470eb4d44abab468 (diff)
downloadllvm-01a5024ed2fdc5ef9858234725d6b9d2e8cecca2.tar.gz
llvm-01a5024ed2fdc5ef9858234725d6b9d2e8cecca2.tar.bz2
llvm-01a5024ed2fdc5ef9858234725d6b9d2e8cecca2.tar.xz
Remove comments on CU skeleton construction, they're probably
obvious. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198361 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfDebug.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index 44163d20f4..2b9efae329 100644
--- a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
@@ -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(),