File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
llvm/lib/CodeGen/AsmPrinter Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -1737,11 +1737,10 @@ void AsmPrinter::emitFunctionBody() {
1737
1737
bool IsEHa = MMI->getModule ()->getModuleFlag (" eh-asynch" );
1738
1738
1739
1739
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 ())
1743
1743
MBBSectionRanges[MF->front ().getSectionID ()] = MBBSectionRange{CurrentFnBegin, nullptr };
1744
- }
1745
1744
1746
1745
for (auto &MBB : *MF) {
1747
1746
// Print a label for the basic block.
You can’t perform that action at this time.
0 commit comments