summaryrefslogtreecommitdiff
path: root/test/MultiDexModifiedSecondary
diff options
context:
space:
mode:
authorDave Allison <dallison@google.com>2014-08-05 21:32:46 -0700
committerDave Allison <dallison@google.com>2014-08-07 10:02:28 -0700
commita7894cdb063edb88f1420a42207e0c4bd27ab4f9 (patch)
tree0b4a2d6a914d4a80cedafe0e356fc37335222b8c /test/MultiDexModifiedSecondary
parent1e6554c0479b7548da18e511a7ac39dd1c6db1b7 (diff)
Fix checks for kLiteral in local optimizations.
The check for kLiteral (literal load) just checked the kLiteral bit in the def mask. The kEncodeAll mask has the kLiteral bit set so this check was triggering. The fix is to check for only the kLiteral bit being set and no other special bits. The semantics of the special bits in the use/def mask is that only one of them can be set at the same time. Bug: 16824330 Change-Id: I0f1c1157e017870414ffef11767e5433d1fd4401
Diffstat (limited to 'test/MultiDexModifiedSecondary')
0 files changed, 0 insertions, 0 deletions