mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-02 07:17:36 +00:00
Minor style cleanup, no functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142307 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -497,8 +497,7 @@ CompileUnit *DwarfDebug::constructCompileUnit(const MDNode *N) {
|
|||||||
NewCU->addString(Die, dwarf::DW_AT_APPLE_flags, dwarf::DW_FORM_string,
|
NewCU->addString(Die, dwarf::DW_AT_APPLE_flags, dwarf::DW_FORM_string,
|
||||||
Flags);
|
Flags);
|
||||||
|
|
||||||
unsigned RVer = DIUnit.getRunTimeVersion();
|
if (unsigned RVer = DIUnit.getRunTimeVersion())
|
||||||
if (RVer)
|
|
||||||
NewCU->addUInt(Die, dwarf::DW_AT_APPLE_major_runtime_vers,
|
NewCU->addUInt(Die, dwarf::DW_AT_APPLE_major_runtime_vers,
|
||||||
dwarf::DW_FORM_data1, RVer);
|
dwarf::DW_FORM_data1, RVer);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user