mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[passmanager] Remove ExecutionKind::UntilFixPoint and all of ExecutionKind.
rdar://29650781
This commit is contained in:
@@ -611,6 +611,6 @@ SILTransform *swift::createExternalFunctionDefinitionsElimination() {
|
||||
void swift::performSILDeadFunctionElimination(SILModule *M) {
|
||||
SILPassManager PM(M);
|
||||
llvm::SmallVector<PassKind, 1> Pass = {PassKind::DeadFunctionElimination};
|
||||
PM.executePassPipelinePlan(SILPassPipelinePlan::getPassPipelineForKinds(
|
||||
SILPassPipelinePlan::ExecutionKind::OneIteration, Pass));
|
||||
PM.executePassPipelinePlan(
|
||||
SILPassPipelinePlan::getPassPipelineForKinds(Pass));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user