mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-07 03:40:35 +00:00
Formatting.
llvm-svn: 184788
This commit is contained in:
parent
3768276ade
commit
6abbfb6bb7
@ -1530,9 +1530,8 @@ DIE *CompileUnit::constructVariableDIE(DbgVariable *DV,
|
||||
|
||||
unsigned Offset = DV->getDotDebugLocOffset();
|
||||
if (Offset != ~0U) {
|
||||
addLabel(VariableDie, dwarf::DW_AT_location,
|
||||
dwarf::DW_FORM_data4,
|
||||
Asm->GetTempSymbol("debug_loc", Offset));
|
||||
addLabel(VariableDie, dwarf::DW_AT_location, dwarf::DW_FORM_data4,
|
||||
Asm->GetTempSymbol("debug_loc", Offset));
|
||||
DV->setDIE(VariableDie);
|
||||
return VariableDie;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user