OSDN Git Service

Added next condition check to branch instruction
authoragicsaki <agicsaki@google.com>
Wed, 1 Jul 2015 00:10:03 +0000 (17:10 -0700)
committeragicsaki <agicsaki@google.com>
Wed, 1 Jul 2015 00:10:03 +0000 (17:10 -0700)
commite2142d25498b7fb80f473b95c0db48e0d15a7740
tree3a546dd8bd409a9ab2d86705d7d950c722dcc2eb
parent6d6b30e57bc00d701c92d830ce47f2ee9c20ef00
Added next condition check to branch instruction

Since branch 'b' instructions currently do not support being part of
an it block, I added a dcheck to the branch instruction in the Thumb2
assembler to ensure that the instruction is not part of an it block.

Change-Id: Ie09f687906add471274a4029cb59a7d90b5feba4
compiler/utils/arm/assembler_thumb2.cc