Skip to content

Commit ea7dcd2

Browse files
committed
Experiment: -enable-noreturn-prediction
1 parent 160b4ae commit ea7dcd2

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
@@ -123,7 +123,7 @@ class SILOptions {
123123
bool EnableThrowsPrediction = false;
124124

125125
/// Controls whether to say that blocks ending in an 'unreachable' are cold.
126-
bool EnableNoReturnCold = false;
126+
bool EnableNoReturnCold = true;
127127

128128
/// Should we run any SIL performance optimizations
129129
///

0 commit comments

Comments
 (0)