Add a missing ref count bump in DecomposeLclFld.
authorPat Gavlin <pagavlin@microsoft.com>
Wed, 4 Jan 2017 22:36:17 +0000 (14:36 -0800)
committerPat Gavlin <pagavlin@microsoft.com>
Wed, 4 Jan 2017 22:36:17 +0000 (14:36 -0800)
commitd1a7cef4ecec8f9fadc564a4125b478e3e8ccb9c
tree7b206b1afcfd5f19562594c3dd674f0629f48047
parent4b93ba94828c879356ef9dd3246397cee3431e2e
Add a missing ref count bump in DecomposeLclFld.

DecomposeLclFld transforms a single lclFld node into two lclFld nodes
that reference the same lclVar, but was missing a corresponding ref
count bump. This was causing a failure in JIT/Methodical/fp/exgen/10w5d_cs_do
under JITStress=1 and JITStress=2.
src/jit/decomposelongs.cpp