Skip to content

Commit bef4e78

Browse files
committed
clang-format.
1 parent ae05930 commit bef4e78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/CodeGen/BasicBlockSections.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,8 @@ bool BasicBlockSections::handleBBSections(MachineFunction &MF) {
310310
if (BBSectionsType == BasicBlockSection::List) {
311311
auto ClusterInfo = getAnalysis<BasicBlockSectionsProfileReaderWrapperPass>()
312312
.getClusterInfoForFunction(MF.getName());
313-
if (ClusterInfo.empty()) return false;
313+
if (ClusterInfo.empty())
314+
return false;
314315
for (auto &BBClusterInfo : ClusterInfo) {
315316
FuncClusterInfo.try_emplace(BBClusterInfo.BBID, BBClusterInfo);
316317
}

0 commit comments

Comments
 (0)