Skip to content

Commit 156ef0b

Browse files
committed
clang-format
1 parent bc3ef33 commit 156ef0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1740,7 +1740,8 @@ void AsmPrinter::emitFunctionBody() {
17401740
// Create a slot for the entry basic block section so that the section
17411741
// order is preserved when iterating over MBBSectionRanges.
17421742
if (!MF->empty())
1743-
MBBSectionRanges[MF->front().getSectionID()] = MBBSectionRange{CurrentFnBegin, nullptr};
1743+
MBBSectionRanges[MF->front().getSectionID()] =
1744+
MBBSectionRange{CurrentFnBegin, nullptr};
17441745

17451746
for (auto &MBB : *MF) {
17461747
// Print a label for the basic block.

0 commit comments

Comments
 (0)