Formatting.
authorEric Christopher <echristo@gmail.com>
Wed, 24 Apr 2013 12:56:18 +0000 (12:56 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 24 Apr 2013 12:56:18 +0000 (12:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180186 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfDebug.cpp

index f3303e366ff06a5fb782c1e4783e66422ae95827..270a10ad37a8dea52422142583445878ed2d3b9e 100644 (file)
@@ -821,7 +821,7 @@ void DwarfDebug::beginModule() {
     // If we're splitting the dwarf out now that we've got the entire
     // CU then construct a skeleton CU based upon it.
     if (useSplitDwarf()) {
     // If we're splitting the dwarf out now that we've got the entire
     // CU then construct a skeleton CU based upon it.
     if (useSplitDwarf()) {
-    // This should be a unique identifier when we want to build .dwp files.
+      // This should be a unique identifier when we want to build .dwp files.
       CU->addUInt(CU->getCUDie(), dwarf::DW_AT_GNU_dwo_id,
                   dwarf::DW_FORM_data8, 0);
       // Now construct the skeleton CU associated.
       CU->addUInt(CU->getCUDie(), dwarf::DW_AT_GNU_dwo_id,
                   dwarf::DW_FORM_data8, 0);
       // Now construct the skeleton CU associated.