Skip to content

Commit 1e80546

Browse files
committed
format
1 parent 875cc36 commit 1e80546

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1141,8 +1141,8 @@ struct LLVMRustThinLTOModule {
11411141

11421142
// This is copied from `lib/LTO/ThinLTOCodeGenerator.cpp`, not sure what it
11431143
// does.
1144-
static const GlobalValueSummary *
1145-
getFirstDefinitionForLinker(ArrayRef<std::unique_ptr<GlobalValueSummary>> GVSummaryList) {
1144+
static const GlobalValueSummary *getFirstDefinitionForLinker(
1145+
ArrayRef<std::unique_ptr<GlobalValueSummary>> GVSummaryList) {
11461146
auto StrongDefForLinker = llvm::find_if(
11471147
GVSummaryList, [](const std::unique_ptr<GlobalValueSummary> &Summary) {
11481148
auto Linkage = Summary->linkage();

0 commit comments

Comments
 (0)