We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc3ef33 commit 156ef0bCopy full SHA for 156ef0b
llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
@@ -1740,7 +1740,8 @@ void AsmPrinter::emitFunctionBody() {
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())
1743
- MBBSectionRanges[MF->front().getSectionID()] = MBBSectionRange{CurrentFnBegin, nullptr};
+ MBBSectionRanges[MF->front().getSectionID()] =
1744
+ MBBSectionRange{CurrentFnBegin, nullptr};
1745
1746
for (auto &MBB : *MF) {
1747
// Print a label for the basic block.
0 commit comments