diff options
author | Eric Christopher <echristo@gmail.com> | 2013-10-22 00:22:39 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-10-22 00:22:39 +0000 |
commit | 8348b7d4003e4c404ef3f054001de499f24676c9 (patch) | |
tree | c3b8432fc6c1a47b0689113368158229ca1ac0b1 /lib | |
parent | 32c69dd1abf419742d99c59e7d54812e315cbb2d (diff) | |
download | external_llvm-8348b7d4003e4c404ef3f054001de499f24676c9.zip external_llvm-8348b7d4003e4c404ef3f054001de499f24676c9.tar.gz external_llvm-8348b7d4003e4c404ef3f054001de499f24676c9.tar.bz2 |
Formatting/whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193135 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index 2ab4684..daa06c2 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp @@ -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()) |