diff options
| author | Eric Christopher <echristo@gmail.com> | 2014-01-02 22:04:47 +0000 | 
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2014-01-02 22:04:47 +0000 | 
| commit | 94932438d463f3d61b1bff29bae02edeb86a0c58 (patch) | |
| tree | cf39846516c9877966ba797a109ee416e7c59967 | |
| parent | 1d429f2ee0fe16eb08d62a870767908f414b0062 (diff) | |
| download | bcm5719-llvm-94932438d463f3d61b1bff29bae02edeb86a0c58.tar.gz bcm5719-llvm-94932438d463f3d61b1bff29bae02edeb86a0c58.zip | |
Remove comments on CU skeleton construction, they're probably
obvious.
llvm-svn: 198361
| -rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index 44163d20f4c..2b9efae3299 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/llvm/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(), | 

