Skip to content

Commit

Permalink
fix assert
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorBo committed Dec 1, 2023
1 parent 878f932 commit 7393dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/jit/lowerarmarch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ void Lowering::LowerBlockStore(GenTreeBlk* blkNode)
else
{
// CI Test
assert(!blkNode->ContainsReferences());
assert(!blkNode->IsOnHeapAndContainsReferences());
blkNode->gtBlkOpKind = GenTreeBlk::BlkOpKindHelper;
}
}
Expand Down

0 comments on commit 7393dce

Please sign in to comment.