Allow GT_OBJ for Arm64
authorCarol Eidt <carol.eidt@microsoft.com>
Tue, 13 Sep 2016 23:56:41 +0000 (16:56 -0700)
committerCarol Eidt <carol.eidt@microsoft.com>
Tue, 13 Sep 2016 23:56:41 +0000 (16:56 -0700)
commit1accf7ebbe677adc0558fdbd78c356454c14dcee
tree3f1d1da8b2e0742f86f398470c32714df656f689
parent5cd7154f1f7cf5cdbf918c5923ffc70a1ecf4bb3
Allow GT_OBJ for Arm64

GT_OBJ is used on Arm64 for struct passing, but was inadvertently flagged
as an illegal node in Lowering.
Fix #7160
src/jit/lowerarm64.cpp