mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-29 13:32:33 +00:00
Fix spacing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82727 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
528700863a
commit
ee4b8a7781
@ -1226,7 +1226,7 @@ DIE *DwarfDebug::CreateDbgScopeVariable(DbgVariable *DV, CompileUnit *Unit) {
|
|||||||
RI->getFrameIndexOffset(*MF, DV->getFrameIndex()));
|
RI->getFrameIndexOffset(*MF, DV->getFrameIndex()));
|
||||||
|
|
||||||
if (VD.isBlockByrefVariable())
|
if (VD.isBlockByrefVariable())
|
||||||
AddBlockByrefAddress (DV, VariableDie, dwarf::DW_AT_location, Location);
|
AddBlockByrefAddress(DV, VariableDie, dwarf::DW_AT_location, Location);
|
||||||
else
|
else
|
||||||
AddAddress(VariableDie, dwarf::DW_AT_location, Location);
|
AddAddress(VariableDie, dwarf::DW_AT_location, Location);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user