JIT: fix recursive inline checking (#35020)
authorAndy Ayers <andya@microsoft.com>
Thu, 16 Apr 2020 22:39:20 +0000 (15:39 -0700)
committerGitHub <noreply@github.com>
Thu, 16 Apr 2020 22:39:20 +0000 (15:39 -0700)
commit103fa2c16dc138fedf431dbaebcb02567c176cd3
treeaf73cf94dece9f2d8d5e9cff89b094ec7f4dd200
parent7e739319e47505387d6644aba54df60f8c152c3b
JIT: fix recursive inline checking (#35020)

We were not setting `m_Code` in the root inline context, and so were
sometimes allowing one level of recursive inlining.
src/coreclr/src/jit/flowgraph.cpp
src/coreclr/src/jit/inline.cpp
src/coreclr/src/jit/inline.h