Fix for ref counting issue introduced in a recent optimization.
authorLubomir Litchev <lubol@microsoft.com>
Thu, 27 Aug 2015 07:08:12 +0000 (00:08 -0700)
committerLubomir Litchev <lubol@microsoft.com>
Thu, 27 Aug 2015 07:08:12 +0000 (00:08 -0700)
commitb8df6b98f318476b3f38100e186e4f01df7654c6
tree5822b7bc7c7e080423557540cc1fa02fd4878efb
parent6bad4f89818630e9ccc12b4c7f5b4838e8982ec3
Fix for ref counting issue introduced in a recent optimization.

A recent optimization failed to update references to a LclVar when a
bounds check node and index were intruduced. This change is making sure
the ref count is maintained properly.
src/jit/morph.cpp