JIT: consolidate inlining code in fgInline.cpp (#81198)
authorAndy Ayers <andya@microsoft.com>
Fri, 27 Jan 2023 15:46:13 +0000 (07:46 -0800)
committerGitHub <noreply@github.com>
Fri, 27 Jan 2023 15:46:13 +0000 (07:46 -0800)
commit4c3e1a01e3f2492fb9cf6d6d8d31c618b962e7ed
treea32e1243e3a11fe5ffaa93b5b7c8ef7afc34423e
parent187508c1f1cc050b644ffe25dec2821867977717
JIT: consolidate inlining code in fgInline.cpp (#81198)

When I reorganized and split up the flowgraph.cpp a while back I created
fgInline.cpp to hold all the inlining related methods, but didn't move
the inlining related methods from morph.cpp. Now I am moving them.
src/coreclr/jit/fginline.cpp
src/coreclr/jit/morph.cpp