mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-30 07:00:45 +00:00
tMOVSr is not allowed in an IT block either.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140104 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9ead2c0609
commit
d9346fbb06
@ -449,6 +449,7 @@ ThumbDisassembler::AddThumbPredicate(MCInst &MI) const {
|
||||
case ARM::t2CPS3p:
|
||||
case ARM::t2CPS2p:
|
||||
case ARM::t2CPS1p:
|
||||
case ARM::tMOVSr:
|
||||
// Some instructions (mostly conditional branches) are not
|
||||
// allowed in IT blocks.
|
||||
if (!ITBlock.empty())
|
||||
|
Loading…
Reference in New Issue
Block a user