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)
commit304d8fb5ca73a8b285ac5d441c79e9c397776833
tree3c411061dfd0dcf8bea0fdf8d29add4b7ddeb199
parentf74703a44f2b3c765bfa57287cca4ac620c76188
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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236140 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMInstrInfo.td