diff options
author | Tim Northover <tnorthover@apple.com> | 2016-07-11 22:29:37 +0000 |
---|---|---|
committer | Tim Northover <tnorthover@apple.com> | 2016-07-11 22:29:37 +0000 |
commit | 3e0361710a035f000fb24d434743268fe40f4c08 (patch) | |
tree | bfb4685ed4ed3c835733d332adc9e27f09c6ca5b /llvm/lib/Transforms | |
parent | 5675c9698775b9c29254aa46de216705576cc3c4 (diff) | |
download | bcm5719-llvm-3e0361710a035f000fb24d434743268fe40f4c08.tar.gz bcm5719-llvm-3e0361710a035f000fb24d434743268fe40f4c08.zip |
ARM: validate immediate branch targets in AsmParser.
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
Diffstat (limited to 'llvm/lib/Transforms')
0 files changed, 0 insertions, 0 deletions