hasThumb2() does not mean we are compiling for thumb, must also check isThumb().
authorDavid Goodwin <david_goodwin@apple.com>
Tue, 14 Jul 2009 18:48:51 +0000 (18:48 +0000)
committerDavid Goodwin <david_goodwin@apple.com>
Tue, 14 Jul 2009 18:48:51 +0000 (18:48 +0000)
commit419c6150877bb35bd3a95a3101e47f6615c8e390
tree6e470f45433950355ec9f6d89afdd22e688b487f
parentd51e5d0ee7137b278933e74aad098a8bf24329ef
hasThumb2() does not mean we are compiling for thumb, must also check isThumb().

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