move fgFixupStructReturn (#14966)
authorSergey Andreenko <seandree@microsoft.com>
Wed, 15 Nov 2017 00:30:52 +0000 (16:30 -0800)
committerGitHub <noreply@github.com>
Wed, 15 Nov 2017 00:30:52 +0000 (16:30 -0800)
commit191cd4c9a8cef8440f9bb2ec579a0d0eaa1ca962
tree91a237b7396cb5732e92ddf55d8eb79777c7d683
parentf1d3282f27009c9c213365f70f6ae2e5b69872a9
move fgFixupStructReturn (#14966)

It was done twice during the tail call optimization and in the args morphing. The problem is if tail call optimization was aborted it was not clear was `fgFixupStructReturn` called or not.
src/jit/morph.cpp