JIT: finally cloning -- handle fall through out of try (#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)
commit065c9b33eba2894452624245689c194cd7879eb3
tree1c0c983c43d9ac47fc28c64d18b211ce59100d3b
parentd28957d9978ab8d2828286eeb99a4a919c462b70
JIT: finally cloning -- handle fall through out of try (#18416)

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

Closes #18353.
src/jit/flowgraph.cpp