mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-03 14:31:10 +00:00
Formatting/whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193135 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
32c69dd1ab
commit
8348b7d400
@ -994,10 +994,10 @@ void DwarfDebug::collectDeadVariables() {
|
|||||||
// Construct subprogram DIE and add variables DIEs.
|
// Construct subprogram DIE and add variables DIEs.
|
||||||
CompileUnit *SPCU = CUMap.lookup(TheCU);
|
CompileUnit *SPCU = CUMap.lookup(TheCU);
|
||||||
assert(SPCU && "Unable to find Compile Unit!");
|
assert(SPCU && "Unable to find Compile Unit!");
|
||||||
// FIXME: See the comment in constructSubprogramDIE about duplicate
|
// FIXME: See the comment in constructSubprogramDIE about duplicate
|
||||||
// subprogram DIEs.
|
// subprogram DIEs.
|
||||||
constructSubprogramDIE(SPCU, SP);
|
constructSubprogramDIE(SPCU, SP);
|
||||||
DIE *SPDIE = SPCU->getDIE(SP);
|
DIE *SPDIE = SPCU->getDIE(SP);
|
||||||
for (unsigned vi = 0, ve = Variables.getNumElements(); vi != ve; ++vi) {
|
for (unsigned vi = 0, ve = Variables.getNumElements(); vi != ve; ++vi) {
|
||||||
DIVariable DV(Variables.getElement(vi));
|
DIVariable DV(Variables.getElement(vi));
|
||||||
if (!DV.isVariable())
|
if (!DV.isVariable())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user