Fix the type of the data field of a typed ref on x86.
authorPat Gavlin <pagavlin@microsoft.com>
Tue, 11 Oct 2016 22:05:03 +0000 (15:05 -0700)
committerPat Gavlin <pagavlin@microsoft.com>
Tue, 11 Oct 2016 22:06:15 +0000 (15:06 -0700)
commit0c7079bc148d67834bfda48e8d04cf556ed46173
tree2cd3d2b94e5b9f6dfcba69c7141c56e0e610e467
parentf5f333812145aad8d8204dc28faf0c8db2503ae2
Fix the type of the data field of a typed ref on x86.

This field should be of type byref; not treating it as such causes GC
holes when passing typed references.

Commit migrated from https://github.com/dotnet/coreclr/commit/d756b9c2dad2d70aeb940b3e4e735a7da48176c8
src/coreclr/src/jit/morph.cpp