OSDN Git Service

Fix missing case in ARM64 codegen.
authorAart Bik <ajcbik@google.com>
Thu, 21 Jan 2016 01:02:00 +0000 (17:02 -0800)
committerAart Bik <ajcbik@google.com>
Thu, 21 Jan 2016 03:19:24 +0000 (19:19 -0800)
commit086d27e2ef9d11138f8832190d09a56e72346f15
tree30217b1a5b8bb0cfdb6c351058678a7ad128950f
parent0021c310e2e613d6d180acda0d9d422dba8688b0
Fix missing case in ARM64 codegen.

Rationale:
Rather than excluding conditions that are not handled,
changed the right-hand-side is zero optimized code
to list handled conditions explicitly instead.

bug=26689526

Change-Id: I636e01548659c579d9e318f07bda2c24a12371e5
compiler/optimizing/code_generator_arm64.cc