[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
authorZoltan Varga <vargaz@gmail.com>
Mon, 2 Oct 2017 14:26:17 +0000 (16:26 +0200)
committerGitHub <noreply@github.com>
Mon, 2 Oct 2017 14:26:17 +0000 (16:26 +0200)
commit30cddad5fb4c3d290906a6e6c33ecd8b07d8b48c
treedcc77b4e1b44d0200e07019e19c6dd958c44410c
parent34866ac4c20c781f10c40fe6f6fe0c39733fd946
[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to FALSE before it was saved, causing invalid code to be generated in some cases when doing nested inlining. Fixes #59608. (#5654)
mono/mini/iltests.il
mono/mini/method-to-ir.c