ARM: mark branch-like instructions with correct flags.
authorTim Northover <tnorthover@apple.com>
Wed, 29 Apr 2015 19:16:38 +0000 (19:16 +0000)
committerTim Northover <tnorthover@apple.com>
Wed, 29 Apr 2015 19:16:38 +0000 (19:16 +0000)
commit5211715360bf7ba8484cdd39469e3f9ef1909030
tree31aedd69e507d357cc3ffff08c046429c8ab4c08
parente0ff282d189eac8780f4524524b1967055634156
ARM: mark branch-like instructions with correct flags.

There's probably no way to test BXJ, but if the compiler ever did emit it
during CodeGen it would have to be a block terminator so "isBranch" is
appropriate.

BLX is more tricky. Clearly a call, but it affects surprisingly little.

rdar://18719544

llvm-svn: 236140
llvm/lib/Target/ARM/ARMInstrInfo.td