Skip to content

Commit a046860

Browse files
fix clang format
1 parent ebea1fa commit a046860

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

llvm/include/llvm/IR/ModuleSummaryIndex.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1458,8 +1458,9 @@ class ModuleSummaryIndex {
14581458
// See HaveGVs variable comment.
14591459
ModuleSummaryIndex(bool HaveGVs, bool EnableSplitLTOUnit = false,
14601460
bool UnifiedLTO = false)
1461-
: TypeIdSaver(TypeIdSaverAlloc), HaveGVs(HaveGVs), EnableSplitLTOUnit(EnableSplitLTOUnit),
1462-
UnifiedLTO(UnifiedLTO), Saver(Alloc) {}
1461+
: TypeIdSaver(TypeIdSaverAlloc), HaveGVs(HaveGVs),
1462+
EnableSplitLTOUnit(EnableSplitLTOUnit), UnifiedLTO(UnifiedLTO),
1463+
Saver(Alloc) {}
14631464

14641465
// Current version for the module summary in bitcode files.
14651466
// The BitcodeSummaryVersion should be bumped whenever we introduce changes

0 commit comments

Comments
 (0)