Skip to content

Commit 7ba9d65

Browse files
authored
Merge pull request #24646 from apple/revert-19820-raj-es-enable
2 parents e6406d8 + 8961bf1 commit 7ba9d65

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
@@ -51,7 +51,7 @@ class SILOptions {
5151
bool RemoveRuntimeAsserts = false;
5252

5353
/// Enable existential specializer optimization.
54-
bool ExistentialSpecializer = true;
54+
bool ExistentialSpecializer = false;
5555

5656
/// Controls whether the SIL ARC optimizations are run.
5757
bool EnableARCOptimizations = true;

0 commit comments

Comments
 (0)