OSDN Git Service

Use a thumb ORR instead of thumb2 ORR when in thumb-only mode. (Picky! Picky!)
authorBill Wendling <isanbard@gmail.com>
Thu, 6 Oct 2011 21:51:21 +0000 (21:51 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 6 Oct 2011 21:51:21 +0000 (21:51 +0000)
commit5e2cbc11337fca72ec962c8d8c29661d0e7c69ac
tree151fe82e48b0e745037e01db86cde1a2d93e54d7
parent7abb7956350238f2edbc2d8e5d0dec61f44df2c9
Use a thumb ORR instead of thumb2 ORR when in thumb-only mode. (Picky! Picky!)
Place the immediate to OR into a register so that it works.

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