Skip to content

Commit f71bd49

Browse files
fixup! clang-format
1 parent 0bbe4ba commit f71bd49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/GlobalMerge.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ bool GlobalMergeImpl::doMerge(SmallVectorImpl<GlobalVariable *> &Globals,
438438
}
439439

440440
// Now we found a bunch of sets of globals used together. We accumulated
441-
// the number of times we encountered the sets (i.e., the number of functions
441+
// the number of times we encountered the sets (i.e., the number of functions
442442
// that use that exact set of globals). Multiply that by the size of the set
443443
// to give us a crude profitability metric.
444444
llvm::stable_sort(UsedGlobalSets,

0 commit comments

Comments
 (0)