SwiftCompilerSources: move ForwardingUtils and BorrowUtils to the SIL module

This commit is contained in:
Erik Eckstein
2025-07-25 22:36:55 +02:00
parent a767261fec
commit 1eb49ec186
7 changed files with 97 additions and 101 deletions

View File

@@ -43,10 +43,6 @@ public func registerOptimizerTests() {
registerFunctionTests(
addressOwnershipLiveRangeTest,
argumentConventionsTest,
borrowIntroducersTest,
enclosingValuesTest,
forwardingDefUseTest,
forwardingUseDefTest,
getPullbackClosureInfoTest,
interiorLivenessTest,
lifetimeDependenceRootTest,