Fix Arm64 codegen to use GT_FIELD_LIST
authorCarol Eidt <carol.eidt@microsoft.com>
Wed, 21 Sep 2016 18:12:45 +0000 (11:12 -0700)
committerCarol Eidt <carol.eidt@microsoft.com>
Wed, 21 Sep 2016 18:12:45 +0000 (11:12 -0700)
commitc26da4558d0ce18e265a460f7a857e13fa019364
tree37a941a47ded401bfe2f90b07acc0fb78f393fb5
parent96f474c67e83b178c3a27afc1540953948610c73
Fix Arm64 codegen to use GT_FIELD_LIST

In #7252 changing GT_LIST to GT_FIELD_LIST when passing struct fields,
I omitted some required changes to codegenarm64.cpp. This caused the
crossgen of System.Private.CoreLib.dll to fail.
src/jit/codegenarm64.cpp