Skip to content

Commit 0af6f36

Browse files
committed
clang-format
1 parent 816532b commit 0af6f36

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1737,11 +1737,10 @@ void AsmPrinter::emitFunctionBody() {
17371737
bool IsEHa = MMI->getModule()->getModuleFlag("eh-asynch");
17381738

17391739
bool CanDoExtraAnalysis = ORE->allowExtraAnalysis(DEBUG_TYPE);
1740-
/* Create a slot for the entry basic block section so that the section
1741-
order is preserved when iterating over MBBSectionRanges. */
1742-
if (!MF->empty()) {
1740+
// Create a slot for the entry basic block section so that the section
1741+
// order is preserved when iterating over MBBSectionRanges.
1742+
if (!MF->empty())
17431743
MBBSectionRanges[MF->front().getSectionID()] = MBBSectionRange{CurrentFnBegin, nullptr};
1744-
}
17451744

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

0 commit comments

Comments
 (0)