Skip to content

Commit 5d80efc

Browse files
committed
fixup! clang-format
1 parent c3a693d commit 5d80efc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1043,8 +1043,7 @@ void DwarfDebug::finishUnitAttributes(const DICompileUnit *DIUnit,
10431043
NewCU.addUInt(Die, dwarf::DW_AT_language_name, dwarf::DW_FORM_data2,
10441044
Lang.getName());
10451045

1046-
if (uint32_t LangVersion = Lang.getVersion();
1047-
LangVersion != 0)
1046+
if (uint32_t LangVersion = Lang.getVersion(); LangVersion != 0)
10481047
NewCU.addUInt(Die, dwarf::DW_AT_language_version, /*Form=*/std::nullopt,
10491048
LangVersion);
10501049
} else {

0 commit comments

Comments
 (0)