mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-21 23:17:16 +00:00
Style & indentation tweaks.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139646 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -351,8 +351,7 @@ DWARFDebugInfoEntryMinimal::getAttributeValue(const DWARFCompileUnit *cu,
|
||||
|
||||
const uint32_t attr_offset = offset;
|
||||
form_value = DWARFFormValue(AbbrevDecl->getFormByIndex(idx));
|
||||
if (form_value.extractValue(debug_info_data, &offset, cu))
|
||||
{
|
||||
if (form_value.extractValue(debug_info_data, &offset, cu)) {
|
||||
if (end_attr_offset_ptr)
|
||||
*end_attr_offset_ptr = offset;
|
||||
return attr_offset;
|
||||
|
||||
Reference in New Issue
Block a user