Return false from isRegPairType for RyuJIT.
authorPat Gavlin <pagavlin@microsoft.com>
Thu, 8 Sep 2016 16:36:20 +0000 (09:36 -0700)
committerPat Gavlin <pagavlin@microsoft.com>
Thu, 8 Sep 2016 17:37:58 +0000 (10:37 -0700)
commit4077d88efb3bd4fbe0adae9c7fd9dd569377349d
tree6984d87039a664b3ca49a85c1ba55a178bdad312
parentc6098c2107d2e277fa0ffbfb0a33c744f2db375e
Return false from isRegPairType for RyuJIT.

The RyuJIT backend does not use regpair types, so this method should
simply return false when that backend is in use. In the future we
should consider removing this method (and other regpair-related code).

Fixes dotnet/coreclr#7089.

Commit migrated from https://github.com/dotnet/coreclr/commit/57d6887745844ea882b3dde4c54155e4f57f41ff
src/coreclr/src/jit/target.h