Skip to content

Commit 7600794

Browse files
committed
[LifetimeCompletion] Enable.
Now that the compile time regressions observed in rdar://132552637 are fixed, enable completion of lifetimes during the SILGenCleanup.
1 parent d669c1d commit 7600794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/AST/SILOptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ class SILOptions {
189189
bool EnableSILOpaqueValues = false;
190190

191191
/// Introduce linear OSSA lifetimes after SILGen
192-
bool OSSACompleteLifetimes = false;
192+
bool OSSACompleteLifetimes = true;
193193

194194
/// Verify linear OSSA lifetimes throughout OSSA pipeline.
195195
bool OSSAVerifyComplete = false;

0 commit comments

Comments
 (0)