Reorder checks in CEEInfo::getClassLayout (#14356)
authorJan Kotas <jkotas@microsoft.com>
Fri, 6 Oct 2017 18:11:35 +0000 (11:11 -0700)
committerGitHub <noreply@github.com>
Fri, 6 Oct 2017 18:11:35 +0000 (11:11 -0700)
commit643b09f966e68e06d5f0930755985a01a2a2b096
treeedfa10cdb5aa49010dbc2b8836b24e6d7fa73557
parent77b5ee4f53eb6a098898afbba1c8d85cb9a632d8
Reorder checks in CEEInfo::getClassLayout (#14356)

Check for native value type has to be first to handle byref-like native value types correctly.
src/vm/jitinterface.cpp