Skip to content

Commit bc3ef33

Browse files
committed
clang-format
1 parent 0af6f36 commit bc3ef33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
#include "llvm/CodeGen/TargetSubtargetInfo.h"
3434
#include "llvm/DebugInfo/DWARF/DWARFDataExtractor.h"
3535
#include "llvm/DebugInfo/DWARF/DWARFExpression.h"
36-
#include "llvm/IR/DebugInfoMetadata.h"
3736
#include "llvm/IR/Constants.h"
37+
#include "llvm/IR/DebugInfoMetadata.h"
3838
#include "llvm/IR/Function.h"
3939
#include "llvm/IR/GlobalVariable.h"
4040
#include "llvm/IR/Module.h"
@@ -1835,8 +1835,8 @@ bool DwarfDebug::buildLocationList(SmallVectorImpl<DebugLocEntry> &DebugLoc,
18351835
// merged. Do not match the section label end if it is the entry block
18361836
// section. This is because the end label for the Debug Loc and the
18371837
// Function end label could be different.
1838-
if ((RangeIt->second.EndLabel != Asm->getFunctionEnd()
1839-
&& CurEntry->getEndSym() != RangeIt->second.EndLabel) ||
1838+
if ((RangeIt->second.EndLabel != Asm->getFunctionEnd() &&
1839+
CurEntry->getEndSym() != RangeIt->second.EndLabel) ||
18401840
NextEntry->getBeginSym() != NextRangeIt->second.BeginLabel ||
18411841
CurEntry->getValues() != NextEntry->getValues())
18421842
return false;

0 commit comments

Comments
 (0)