Skip to content

Commit e5a48d8

Browse files
committed
EXPERIMENT: enable always
1 parent 51baeaf commit e5a48d8

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
@@ -119,7 +119,7 @@ class SILOptions {
119119
bool EnableAsyncDemotion = false;
120120

121121
/// Controls whether to enable static branch prediction heuristics.
122-
bool EnableStaticBranchPrediction = false;
122+
bool EnableStaticBranchPrediction = true;
123123

124124
/// Should we run any SIL performance optimizations
125125
///

0 commit comments

Comments
 (0)