Skip to content

Commit 008e10c

Browse files
committed
Move OSSA lowering to beyond high level passes
1 parent 42f0b89 commit 008e10c

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
@@ -191,7 +191,7 @@ class SILOptions {
191191
/// Do we always serialize SIL in OSSA form?
192192
///
193193
/// If this is disabled we do not serialize in OSSA form when optimizing.
194-
bool EnableOSSAModules = false;
194+
bool EnableOSSAModules = true;
195195

196196
/// Allow recompilation of a non-OSSA module to an OSSA module when imported
197197
/// from another OSSA module.

0 commit comments

Comments
 (0)