OSDN Git Service

The high bit of a Thumb2 ADR's offset is stored in bit 26, not bit 25.
authorOwen Anderson <resistor@mac.com>
Wed, 23 Mar 2011 22:03:44 +0000 (22:03 +0000)
committerOwen Anderson <resistor@mac.com>
Wed, 23 Mar 2011 22:03:44 +0000 (22:03 +0000)
commit741ad15e26d1717433f326743800f30c63c6a9c1
tree65d0ac1e887f261ddf794d2eb88e809d95ca560e
parent66978bd81c8f3dc87ced049e2577b98a399d72bc
The high bit of a Thumb2 ADR's offset is stored in bit 26, not bit 25.
This fixes 464.h264ref with the integrated assembler.

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