[RyuJIT/ARM32] Avoid assersion for double arguments
authorJiyoung Yun <jy910.yun@samsung.com>
Tue, 20 Jun 2017 09:43:44 +0000 (18:43 +0900)
committerJiyoung Yun <jy910.yun@samsung.com>
Wed, 21 Jun 2017 02:07:15 +0000 (11:07 +0900)
commit8bdde1c968e56a948f76b5c36750e6a738662950
tree4558260034a7858983b6e4ae17da2e054e10daa4
parent969ce883cf5262115ee8774517a1716a317866f4
[RyuJIT/ARM32] Avoid assersion for double arguments

Double arguments in ARM32 uses 2 slots and it isn't a multi-reg struct.
In this case, it should avoid an assersion that checks if the slot is 1.
src/jit/lsraarmarch.cpp