From f38839a87488db4b50490e7dd8a2c7ad7d87394d Mon Sep 17 00:00:00 2001 From: Arthur Eubanks Date: Tue, 21 Oct 2025 21:35:23 +0000 Subject: [PATCH] format --- compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp b/compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp index b571a060594c..d6ac51123550 100644 --- a/compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp +++ b/compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp @@ -1226,8 +1226,7 @@ LLVMRustCreateThinLTOData(LLVMRustThinLTOModule *modules, size_t num_modules, const auto &SummaryList = I.second.SummaryList; #endif if (SummaryList.size() > 1) - PrevailingCopy[I.first] = - getFirstDefinitionForLinker(SummaryList); + PrevailingCopy[I.first] = getFirstDefinitionForLinker(SummaryList); } auto isPrevailing = [&](GlobalValue::GUID GUID, const GlobalValueSummary *S) { const auto &Prevailing = PrevailingCopy.find(GUID);