summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ARM/thumb-branch-errors.s
Commit message (Collapse)AuthorAgeFilesLines
* ARM: validate immediate branch targets in AsmParser.Tim Northover2016-07-111-0/+22
Immediate branch targets aren't commonly used, but if they are we should make sure they can actually be encoded. This means they must be divisible by 2 when targeting Thumb mode, and by 4 when targeting ARM mode. Also do a little naming cleanup while I was changing everything around anyway. llvm-svn: 275116
OpenPOWER on IntegriCloud