Changes to ReturnTypeDesc support more than two return registers
authorBrian Sullivan <briansul@microsoft.com>
Thu, 23 Jun 2016 02:37:59 +0000 (19:37 -0700)
committerBrian Sullivan <briansul@microsoft.com>
Fri, 24 Jun 2016 21:58:47 +0000 (14:58 -0700)
commitaf00de7f5136a05bf8ad991b51f807af7de4fbd8
tree8ec015c0d4efe8be72db3906a98bdeb5a0f5a42b
parent324f9fb0ef8d00d1acbb39e0c001950909b59b33
Changes to ReturnTypeDesc support more than two return registers

Changed m_regType into an array
Renamed the Initialize method to InitializeReturnType

Commit migrated from https://github.com/dotnet/coreclr/commit/7f24c64895638fc22530da8f5fae878433e14465
src/coreclr/src/jit/codegenxarch.cpp
src/coreclr/src/jit/gentree.cpp
src/coreclr/src/jit/gentree.h
src/coreclr/src/jit/importer.cpp
src/coreclr/src/jit/lclvars.cpp
src/coreclr/src/jit/morph.cpp