Fix local var ref counts in IND/STOREIND decomposition
authorBruce Forstall <brucefo@microsoft.com>
Wed, 24 Aug 2016 00:38:30 +0000 (17:38 -0700)
committerBruce Forstall <brucefo@microsoft.com>
Wed, 24 Aug 2016 00:38:30 +0000 (17:38 -0700)
commit9fe631c1ae3ce12b05de6fdcc7eba465be8ec2ec
tree25c8ff74f956cfd13cec99ea68bd20fbb9e243b7
parentff9ac8f2be9a0bcc1657efee2b09de435c6baa0f
Fix local var ref counts in IND/STOREIND decomposition

When creating new references to a local variable in long decomposition,
the variable reference count must be incremented.

Fixes #6588
src/jit/decomposelongs.cpp
tests/issues.targets