OSDN Git Service

Aarch64: fix bug and enable register promotion.
authorMatteo Franchin <matteo.franchin@arm.com>
Mon, 7 Jul 2014 12:35:14 +0000 (13:35 +0100)
committerMatteo Franchin <matteo.franchin@arm.com>
Mon, 7 Jul 2014 14:38:51 +0000 (15:38 +0100)
commitf101319480b1fe6575891043d0c3f0599292c25c
tree96fef45ce75530af9deab45f953e95c5f53e7ec5
parentf22af67db2a6e7221dd15320d1a7688f1b423668
Aarch64: fix bug and enable register promotion.

Iteration over arguments in invoke implementation was not correct
for wide arguments.

Change-Id: I46c7edcbfc9e32ded0e9a535fab3d333905bcf41
compiler/dex/frontend.cc
compiler/dex/quick/arm64/target_arm64.cc