commit | 2fa194bf16678e9e8f9e2653e47cb703dbbc9738 | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Mon Apr 20 10:14:42 2015 +0100 |
committer | David Brazdil <dbrazdil@google.com> | Mon Apr 20 13:51:46 2015 +0100 |
tree | 6421285a359953e0290785d94987965e0660cb23 | |
parent | f5091eee4abe73c64959e53bda684bd689569643 [diff] |
ART: Extend list of instructions accepted as boolean inputs Previous change allowed integer Phis as inputs of instructions expecting a boolean type. This list, however, was not exhaustive as binary operations And, Or and Xor are also valid inputs. This patch extends the list in SSAChecker. Change-Id: I5b5c9e7a17992cc4987e3a078ee23ea80028ecfc