diff options
author | buzbee <buzbee@google.com> | 2014-09-12 10:40:47 -0700 |
---|---|---|
committer | buzbee <buzbee@google.com> | 2014-09-12 12:36:19 -0700 |
commit | 98216e53f8d538b4386b80b896edfa20e9734827 (patch) | |
tree | 613750f3dd0f5cdb3fd3996a0660cde004c8c6ed /test/008-exceptions/src/MultiDexBadInitWrapper1.java | |
parent | 3892cf8da7d5e76c0dee585fc8f69df773680525 (diff) |
Quick compiler (arm64) Fix inline Math.round()
Math.round is detected and inlined for arm64. However, the
arm64 backend incorrectly modified a source operand in place
during the round sequence. Depending on how registers are
allocated, that modification could persist. Changed to use a
temp register for the intermediate result.
Internal b/17411468
Change-Id: I7c636f985e193f8ff838768fde3b741e443bb1bb
Diffstat (limited to 'test/008-exceptions/src/MultiDexBadInitWrapper1.java')
0 files changed, 0 insertions, 0 deletions