Static relocation model Thumb jump table interworking.
authorJim Grosbach <grosbach@apple.com>
Wed, 31 Aug 2011 22:23:09 +0000 (22:23 +0000)
committerJim Grosbach <grosbach@apple.com>
Wed, 31 Aug 2011 22:23:09 +0000 (22:23 +0000)
commitde98273189700c1c66f06bcfbcc481cf481a8dee
tree1f7cfefec34e15d166341502b04ea06e1f1ac108
parentb45b11bce1fd79b0973d2df8db295583b5477c62
Static relocation model Thumb jump table interworking.

Make sure the low bit of the PC is set when loading an address directly
for jump tables in static relocation model.

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