Formatting/whitespace.
authorEric Christopher <echristo@gmail.com>
Tue, 22 Oct 2013 00:22:39 +0000 (00:22 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 22 Oct 2013 00:22:39 +0000 (00:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193135 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfDebug.cpp

index 2ab4684f62360accf2a5f3bd957ff68ad9a2a693..daa06c2c64e232c68756e72b8dfd3821ee0dad13 100644 (file)
@@ -994,10 +994,10 @@ void DwarfDebug::collectDeadVariables() {
         // Construct subprogram DIE and add variables DIEs.
         CompileUnit *SPCU = CUMap.lookup(TheCU);
         assert(SPCU && "Unable to find Compile Unit!");
-       // FIXME: See the comment in constructSubprogramDIE about duplicate
-       // subprogram DIEs.
-       constructSubprogramDIE(SPCU, SP);
-       DIE *SPDIE = SPCU->getDIE(SP);
+        // FIXME: See the comment in constructSubprogramDIE about duplicate
+        // subprogram DIEs.
+        constructSubprogramDIE(SPCU, SP);
+        DIE *SPDIE = SPCU->getDIE(SP);
         for (unsigned vi = 0, ve = Variables.getNumElements(); vi != ve; ++vi) {
           DIVariable DV(Variables.getElement(vi));
           if (!DV.isVariable())