Allow GT_FIELD_LIST as legal arg for RyuJIT/x86
authorCarol Eidt <carol.eidt@microsoft.com>
Mon, 3 Oct 2016 23:12:46 +0000 (16:12 -0700)
committerCarol Eidt <carol.eidt@microsoft.com>
Mon, 3 Oct 2016 23:24:06 +0000 (16:24 -0700)
commit28c8f0adc1c3e97ad7b15fba02eaefdafc1d212c
treef92a2de91a1a9f16eed39faaf67ba57ba738f75b
parent30c766ffab686d5552d61ffb9c14968062839ce0
Allow GT_FIELD_LIST as legal arg for RyuJIT/x86

The condition in GenTree::IsValidCallArgument() was not correct for
GT_FIELD_LIST, which is used for passing a struct on the stack in
RyuJIT/x86.

Fix #7460
src/jit/gentree.h