Skip to content

Commit 37ffa79

Browse files
committed
fix formatting
1 parent 142c165 commit 37ffa79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1620,8 +1620,8 @@ extern "C" void LLVMRustComputeLTOCacheKey(RustStringRef KeyOut,
16201620

16211621
#if LLVM_VERSION_GE(20, 0)
16221622
Key = llvm::computeLTOCacheKey(conf, Data->Index, ModId, ImportList,
1623-
ExportList, ResolvedODR, DefinedGlobals,
1624-
CfiFunctionDefs, CfiFunctionDecls);
1623+
ExportList, ResolvedODR, DefinedGlobals,
1624+
CfiFunctionDefs, CfiFunctionDecls);
16251625
#else
16261626
llvm::computeLTOCacheKey(Key, conf, Data->Index, ModId, ImportList,
16271627
ExportList, ResolvedODR, DefinedGlobals,

0 commit comments

Comments
 (0)