When expanding the MOVCCi32imm, make sure to use the ARM movt/movw opcodes,
authorJim Grosbach <grosbach@apple.com>
Thu, 2 Dec 2010 16:42:25 +0000 (16:42 +0000)
committerJim Grosbach <grosbach@apple.com>
Thu, 2 Dec 2010 16:42:25 +0000 (16:42 +0000)
commit1ab4b211ea5165445b791277507d58dcf1e46688
tree8c9ad818287434e028bf3f3b3c3e51047cd6d987
parentce4fadf884a63527942882be449d5ea75593740f
When expanding the MOVCCi32imm, make sure to use the ARM movt/movw opcodes,
not thumb2.

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