Arm64 StoreBlk Lowering Fix
authorCarol Eidt <carol.eidt@microsoft.com>
Fri, 30 Sep 2016 06:33:27 +0000 (23:33 -0700)
committerCarol Eidt <carol.eidt@microsoft.com>
Fri, 30 Sep 2016 06:33:27 +0000 (23:33 -0700)
commit62f3b58c51b918d4345c32ba0d7c5947f41210f4
tree575006e6154cdef878f5c056d7e908593f1609ef
parent89544de70145d43889b8b1de49cdda7ebadf0e9e
Arm64 StoreBlk Lowering Fix

With the block assignment changes, the Arm64 version of
Lowering::TreeNodeInfoInitBlockStore was not using the correct node
for the source address.

Fix #7197
src/jit/lowerarm64.cpp