OSDN Git Service

Fix mips32oc ArraySet null constant assignment
authorPavle Batuta <pavle.batuta@imgtec.com>
Tue, 3 Nov 2015 12:23:54 +0000 (13:23 +0100)
committerPavle Batuta <pavle.batuta@imgtec.com>
Wed, 4 Nov 2015 08:37:09 +0000 (09:37 +0100)
commit934808feba1a56114cb48ee71c4ad1b9a63a3f84
tree242caa3275a0f191f21bbdb71430e140a79d9b94
parentf33ea7911dadab2e49c4634cb1763f0526047e89
Fix mips32oc ArraySet null constant assignment

Fix assigning a null constant to an array index. Previously this
would unnecessarily invoke pAputObject.

This commit fixes previous test failure: 521-checker-array-set-null.

Change-Id: I02ff5296fa3a48b021c0dfd9bb10628ba6e5d5e5
compiler/optimizing/code_generator_mips.cc
test/Android.run-test.mk