JIT: clear patchpoint flags during block split (#46637)
authorAndy Ayers <andya@microsoft.com>
Wed, 6 Jan 2021 21:09:26 +0000 (13:09 -0800)
committerGitHub <noreply@github.com>
Wed, 6 Jan 2021 21:09:26 +0000 (13:09 -0800)
commit600c3763e813845474b3e0db748d83c2496fd399
tree492f496b3d1adec4bf9ed41d47d6ec01003c839f
parentf6754aec0c9f2fee6be86b009c618520ee6f1357
JIT: clear patchpoint flags during block split (#46637)

We only want the patchpoint flags to apply to the original block,
not the split remainder block.
src/coreclr/jit/flowgraph.cpp