Fix a tight assert for System V struct returning.
authorLubomir Litchev <lubol@microsoft.com>
Wed, 9 Dec 2015 13:52:28 +0000 (05:52 -0800)
committerLubomir Litchev <lubol@microsoft.com>
Wed, 9 Dec 2015 13:52:28 +0000 (05:52 -0800)
commitff2b735579b004f118e780cfc299bfbad863eb84
tree2894c40689879a8afb6099e6198dea8c1e1a66e4
parentc9f8e000f514a62644217c5cd5dae943c69df11d
Fix a tight assert for System V struct returning.

When having a single eightbyte structs, the type of the struct is
normalized to the type of the single eight byte, thus replacing the
TYP_STRUCT. Account for this in the importer.
src/jit/importer.cpp