Skip to content

Commit 2e348c7

Browse files
committed
[Gardening] Clarify SILOptions flag docs.
Specifically, those pertaining to lifetime completion.
1 parent ee17ef1 commit 2e348c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/swift/AST/SILOptions.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,10 @@ class SILOptions {
188188
/// If set to true, compile with the SIL Opaque Values enabled.
189189
bool EnableSILOpaqueValues = false;
190190

191-
/// Require linear OSSA lifetimes after SILGen
191+
/// Introduce linear OSSA lifetimes after SILGen
192192
bool OSSACompleteLifetimes = false;
193193

194-
/// Verify linear OSSA lifetimes after SILGen
194+
/// Verify linear OSSA lifetimes throughout OSSA pipeline.
195195
bool OSSAVerifyComplete = false;
196196

197197
/// Enable pack metadata stack "promotion".

0 commit comments

Comments
 (0)