ARM addrmode5 represents the 'U' bit of the encoding backwards.
authorJim Grosbach <grosbach@apple.com>
Wed, 12 Oct 2011 21:59:02 +0000 (21:59 +0000)
committerJim Grosbach <grosbach@apple.com>
Wed, 12 Oct 2011 21:59:02 +0000 (21:59 +0000)
commit81b2928d80047cb6c8ae0048185742abae1d9dfa
tree9c1182c7dd0229a1196cc850b6b3d83782f3facb
parent90196fced249e2bfe693391022541b802a7b8aa7
ARM addrmode5 represents the 'U' bit of the encoding backwards.

The disassembler needs to use the AM5 factory methods instead of just
building up the immediate directly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141819 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/Disassembler/ARMDisassembler.cpp