Skip to content

Commit 2836c35

Browse files
clang-format
1 parent 0b1df1c commit 2836c35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -983,10 +983,10 @@ MCSection *TargetLoweringObjectFileELF::getUniqueSectionForFunction(
983983
return selectExplicitSectionGlobal(
984984
&F, Kind, TM, getContext(), getMangler(), NextUniqueID,
985985
Used.count(&F), /* ForceUnique = */true);
986-
986+
987987
return selectELFSectionForGlobal(
988-
getContext(), &F, Kind, getMangler(), TM, Used.count(&F),
989-
/*EmitUniqueSection=*/true, Flags, &NextUniqueID);
988+
getContext(), &F, Kind, getMangler(), TM, Used.count(&F),
989+
/*EmitUniqueSection=*/true, Flags, &NextUniqueID);
990990
}
991991

992992
MCSection *TargetLoweringObjectFileELF::getSectionForJumpTable(

0 commit comments

Comments
 (0)