JIT: finally cloning -- handle fall through out of try (dotnet/coreclr#18416)
authorAndy Ayers <andya@microsoft.com>
Tue, 12 Jun 2018 16:49:36 +0000 (09:49 -0700)
committerGitHub <noreply@github.com>
Tue, 12 Jun 2018 16:49:36 +0000 (09:49 -0700)
commit59b87640b1480e347a51b465b1c2f2b4f631f277
tree911a2c512d441b061c11b62f2d6a9a7fc05bed2a
parent9417011c5ae96703d4f757aa8f02e2302594f670
JIT: finally cloning -- handle fall through out of try (dotnet/coreclr#18416)

When searching for a handler to clone, handle the case where
control can fall out of the try into a callfinally pair.

Closes dotnet/coreclr#18353.

Commit migrated from https://github.com/dotnet/coreclr/commit/065c9b33eba2894452624245689c194cd7879eb3
src/coreclr/src/jit/flowgraph.cpp