Skip to content

Commit 218384f

Browse files
authored
[mono] Revert part of 93092. (#93195)
It causes a regression: #93188.
1 parent 6524d17 commit 218384f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mono/mono/mini/mini.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3550,6 +3550,8 @@ mini_method_compile (MonoMethod *method, guint32 opts, JitFlags flags, int parts
35503550
}
35513551

35523552
cfg->opt &= ~MONO_OPT_LINEARS;
3553+
3554+
cfg->opt &= ~MONO_OPT_BRANCH;
35533555
}
35543556

35553557
cfg->after_method_to_ir = TRUE;

0 commit comments

Comments
 (0)