Skip to content

Commit 08e02af

Browse files
committed
LLVMPasses: Remove no longer needed call to removed LLVM method
See llvm/llvm-project#143746.
1 parent c1d7943 commit 08e02af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/LLVMPasses/LLVMMergeFunctions.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,6 @@ void SwiftMergeFunctions::mergeWithParams(const FunctionInfos &FInfos,
10811081
Function *NewFunction = Function::Create(funcType,
10821082
FirstF->getLinkage(),
10831083
FirstF->getName() + "Tm");
1084-
NewFunction->setIsNewDbgInfoFormat(FirstF->IsNewDbgInfoFormat);
10851084
NewFunction->copyAttributesFrom(FirstF);
10861085
// NOTE: this function is not externally available, do ensure that we reset
10871086
// the DLL storage

0 commit comments

Comments
 (0)