[RyuJIT/ARM32] Remove NYI: promoted struct argument
authorHyeongseok Oh <hseok82.oh@samsung.com>
Fri, 28 Jul 2017 01:41:59 +0000 (10:41 +0900)
committerHyeongseok Oh <hseok82.oh@samsung.com>
Fri, 28 Jul 2017 01:41:59 +0000 (10:41 +0900)
commit06674204899ce8da3e64d67ac0b9187e2fb1e6cc
treea44958860e0c73a39f830805aaa997ed34941247
parent29391c870ca6d9ff83bdb2d72d7f4ef964771bc7
[RyuJIT/ARM32] Remove NYI: promoted struct argument

We can remove NYI for promoted struct argument on codegen phase.
On morphing phase, argument assignment for promoted struct will be changed to assignment on tmpvar struct.
And this tmpvar is not promoted. So we change this NYI to assertion check.
src/jit/codegenarmarch.cpp