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 | c798d8ad0a081bfe187ae306aef82f125c186fe1 (patch) | |
tree | 6340094785540a30e9f7d13fae1ab4ec9d19d8c2 | |
parent | 2f19d42f6e604f68283516f73ab294ca1042e138 (diff) | |
download | bcm5719-llvm-c798d8ad0a081bfe187ae306aef82f125c186fe1.tar.gz bcm5719-llvm-c798d8ad0a081bfe187ae306aef82f125c186fe1.zip |
Formatting/whitespace.
llvm-svn: 193135
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index 2ab4684f623..daa06c2c64e 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/llvm/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()) |