Skip to content

Commit f38839a

Browse files
committed
format
1 parent fc7c4be commit f38839a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,8 +1226,7 @@ LLVMRustCreateThinLTOData(LLVMRustThinLTOModule *modules, size_t num_modules,
12261226
const auto &SummaryList = I.second.SummaryList;
12271227
#endif
12281228
if (SummaryList.size() > 1)
1229-
PrevailingCopy[I.first] =
1230-
getFirstDefinitionForLinker(SummaryList);
1229+
PrevailingCopy[I.first] = getFirstDefinitionForLinker(SummaryList);
12311230
}
12321231
auto isPrevailing = [&](GlobalValue::GUID GUID, const GlobalValueSummary *S) {
12331232
const auto &Prevailing = PrevailingCopy.find(GUID);

0 commit comments

Comments
 (0)