Properly update GTF_{ASG,EXCEPT} in call morphing.
authorPat Gavlin <pagavlin@microsoft.com>
Fri, 8 Sep 2017 17:19:18 +0000 (10:19 -0700)
committerPat Gavlin <pagavlin@microsoft.com>
Fri, 8 Sep 2017 17:19:18 +0000 (10:19 -0700)
commitc49649ad05b6acf76112713a6b8aeaf5ef96464b
tree0f0c73af6dadf8ae5df155d12ca4f8e15b238aae
parent121d9a31e924c321dfb75dd0ffe16f227cf5e290
Properly update GTF_{ASG,EXCEPT} in call morphing.

The former is only necessary if it is set on any of the call's
arguments; the latter is necessary if the call may throw or if it is set
on any of the call's arguments.

Fixes DevDiv 491211.
src/jit/morph.cpp
tests/src/JIT/Regression/JitBlue/DevDiv_491211/DevDiv_491211.il [new file with mode: 0644]
tests/src/JIT/Regression/JitBlue/DevDiv_491211/DevDiv_491211.ilproj [new file with mode: 0644]