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)
commit0892d49d73aa9613b03bf50e4a29c0def33d704c
tree7b1e6088289b51075c5e97bed7c3c907b337405d
parentd70c505668ca0c794df9a1abc4b8bb2ea5c3d6f6
Fix Arm64 codegen to use GT_FIELD_LIST

In dotnet/coreclr#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.

Commit migrated from https://github.com/dotnet/coreclr/commit/c26da4558d0ce18e265a460f7a857e13fa019364
src/coreclr/src/jit/codegenarm64.cpp