Skip to content

Commit 7c8fff9

Browse files
authored
JIT: fix cross block assertion prop (#94608)
My last round of revisions to #94363 introduced a bug. Fix.
1 parent faf6564 commit 7c8fff9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/coreclr/jit/morph.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13814,6 +13814,7 @@ void Compiler::fgMorphBlock(BasicBlock* block)
1381413814
{
1381513815
JITDUMP(FMT_BB " pred " FMT_BB " not processed; clearing assertions in\n", block->bbNum,
1381613816
pred->bbNum);
13817+
hasPredAssertions = false;
1381713818
break;
1381813819
}
1381913820

0 commit comments

Comments
 (0)