Don't put IT instruction before conditional branches.
authorEvan Cheng <evan.cheng@apple.com>
Sat, 11 Jul 2009 07:26:20 +0000 (07:26 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sat, 11 Jul 2009 07:26:20 +0000 (07:26 +0000)
commited338e80f92d6efa961d9f8c29239dde1507e683
tree976bc905e2343db2d88d405da341c48b995977a0
parent2f297df02eac140de4e2f85e56bd79abf883360c
Don't put IT instruction before conditional branches.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75361 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/Thumb2ITBlockPass.cpp
test/CodeGen/Thumb2/thumb2-bcc.ll [new file with mode: 0644]