summaryrefslogtreecommitdiff
path: root/test/ProfileTestMultiDex/Main.java
diff options
context:
space:
mode:
authornikolay serdjuk <nikolay.y.serdjuk@intel.com>2014-11-13 18:15:23 +0600
committerBrian Carlstrom <bdc@google.com>2014-12-09 19:26:20 +0000
commit5ed44ac35c6b068227954f43e7176ec36287a2ec (patch)
treee508ed1436a866b1a55d14f7c35c56eeac3b00fd /test/ProfileTestMultiDex/Main.java
parent5f421f16b6f8866233eb5d7d40991c2b00ec1482 (diff)
ART: GenLongArith has to clobber same operands for 2-op instr
When we generate code for 'add-long/2addr v4, v4' and v4 is in memory, we load v4 in a physical register, do operation and store result in memory. After that, we should clobber the physical register because it is not valid anymore. Signed-off-by: nikolay serdjuk <nikolay.y.serdjuk@intel.com> (cherry picked from commit 6b9356cf0feb2a4100798481869fd4d18180c29f) Bug: 18671047 Bug: https://code.google.com/p/android/issues/detail?id=81542 Change-Id: Ie11e29cd32358ddbdccf66eaad46aa07f1269133
Diffstat (limited to 'test/ProfileTestMultiDex/Main.java')
0 files changed, 0 insertions, 0 deletions