Fix up ARM constant island pass for Thumb2.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 23 Jul 2009 18:27:47 +0000 (18:27 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 23 Jul 2009 18:27:47 +0000 (18:27 +0000)
commitd3d9d66dd211d1267e764c7294876d9a227f04ca
tree14ef43a07d314b957b4376382b4ff5a285f666e0
parent81c102ba6639c807825b59df99ac41f3b14d191d
Fix up ARM constant island pass for Thumb2.

Also fixed up code to fully use the SoImm field for ADR on ARM mode.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76890 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMConstantIslandPass.cpp
test/CodeGen/Thumb2/2009-07-23-CPIslandBug.ll [new file with mode: 0644]