Fix llvm-gcc build for armv6t2 and later architectures. The hasV6T2Ops
authorBob Wilson <bob.wilson@apple.com>
Mon, 22 Jun 2009 17:29:13 +0000 (17:29 +0000)
committerBob Wilson <bob.wilson@apple.com>
Mon, 22 Jun 2009 17:29:13 +0000 (17:29 +0000)
commite64e3cf9adb18c9c6711e69e975d098a513ee8f8
treea96bc1ce4073356ac0e8b5f7f859fd4ba9cb9720
parent60e9b0708a8ce3a7b7eaee9bdceebb2c712514e1
Fix llvm-gcc build for armv6t2 and later architectures.  The hasV6T2Ops
predicate does not check if Thumb mode is enabled, and when in ARM mode
there are still some checks for constant-pool use that need to run.

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