OSDN Git Service

Fix braino when handling branches fallthrough in arm backend.
authorNicolas Geoffray <ngeoffray@google.com>
Mon, 26 Jun 2017 08:12:45 +0000 (09:12 +0100)
committerandroid-build-team Robot <android-build-team-robot@google.com>
Mon, 26 Jun 2017 20:40:35 +0000 (20:40 +0000)
commitedddaa22dce7e0dee2a74be5462e5d43815b790c
treee5914601dc55818337fa95d2a23efb3458d3e396
parent79141a1ffcf6532c9ef3f9d26b879f6634683699
Fix braino when handling branches fallthrough in arm backend.

bug: 62210114
Test: 657-branches

(cherry picked from commit 6fda42718a348cfb758d8714e223cab7e855765b)

Change-Id: I0e4f0577bcb1f3960459fe5d35473af191fc6534
(cherry picked from commit 860626e1a3e1314b7d2e828fd61fb25eebc5f081)
compiler/optimizing/code_generator_arm.cc
compiler/optimizing/code_generator_arm64.cc
compiler/optimizing/code_generator_arm_vixl.cc
test/657-branches/expected.txt [new file with mode: 0644]
test/657-branches/info.txt [new file with mode: 0644]
test/657-branches/src/Main.java [new file with mode: 0644]