Fix lclVar move node type inserted in lsra phase
authorHyeongseok Oh <hseok82.oh@samsung.com>
Thu, 10 Aug 2017 01:55:51 +0000 (10:55 +0900)
committerHyeongseok Oh <hseok82.oh@samsung.com>
Thu, 10 Aug 2017 01:55:51 +0000 (10:55 +0900)
commit4ad9c3e8f45f36d6e35de4383ea6d504b87295f5
tree561e9f3b9e20e78910c54930d9000de6c89bbdb3
parentf230a8c795af6e925276df3f8e7a22f8947c8a4e
Fix lclVar move node type inserted in lsra phase

When we try to insert lclVal move node (load, store) on lsra phase,
fix type as TYP_INT when size is smaller than TYP_INT
src/jit/lsra.cpp