Skip to content

Commit 113c4fb

Browse files
committed
[DI] NFC: Add a TODO comment about possible refactoring
1 parent e9cb195 commit 113c4fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,6 +1077,8 @@ void LifetimeChecker::injectActorHops() {
10771077
injectExecutorHopAfter(point);
10781078
}
10791079

1080+
/// TODO: Move this and \c injectActorHops into a separate file
1081+
/// i.e. `DICodeSynthesis.cpp`.
10801082
void LifetimeChecker::injectTypeWrapperStorageInitalization() {
10811083
auto *storageVar = TheMemory.getAsTypeWrapperLocalStorageVar();
10821084
if (!storageVar)

0 commit comments

Comments
 (0)