OSDN Git Service

Do not expect 0 or 1 only when comparing a boolean.
authorNicolas Geoffray <ngeoffray@google.com>
Fri, 19 Jun 2015 10:42:07 +0000 (11:42 +0100)
committerNicolas Geoffray <ngeoffray@google.com>
Fri, 19 Jun 2015 10:59:27 +0000 (11:59 +0100)
commit3c4ab80c102ff1bfc0e74d4abddbf5454bf4008d
tree88065b979f93f748b72aeb9efc9dea2c5ddcd5d4
parentbe59b85251f085359d40bb89b1aa7e037c8ac0ef
Do not expect 0 or 1 only when comparing a boolean.

bug:21866529
Change-Id: I81ffba609a357010bd86073eb979024fc668ed20
compiler/optimizing/instruction_simplifier.cc
test/507-boolean-test/expected.txt [new file with mode: 0644]
test/507-boolean-test/info.txt [new file with mode: 0644]
test/507-boolean-test/src/Main.java [new file with mode: 0644]