mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 07:34:33 +00:00
DwarfDebug: Move trailing else to the same line as prior closing brace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195060 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d6dffb40cb
commit
8da7540802
@ -620,11 +620,9 @@ DIE *DwarfDebug::constructScopeDIE(CompileUnit *TheCU, LexicalScope *Scope) {
|
|||||||
// Note down abstract DIE.
|
// Note down abstract DIE.
|
||||||
if (ScopeDIE)
|
if (ScopeDIE)
|
||||||
AbstractSPDies.insert(std::make_pair(DS, ScopeDIE));
|
AbstractSPDies.insert(std::make_pair(DS, ScopeDIE));
|
||||||
}
|
} else
|
||||||
else
|
|
||||||
ScopeDIE = updateSubprogramScopeDIE(TheCU, DISubprogram(DS));
|
ScopeDIE = updateSubprogramScopeDIE(TheCU, DISubprogram(DS));
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
// Early exit when we know the scope DIE is going to be null.
|
// Early exit when we know the scope DIE is going to be null.
|
||||||
if (isLexicalScopeDIENull(Scope))
|
if (isLexicalScopeDIENull(Scope))
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user