Skip to content

Commit

Permalink
tMOVSr is not allowed in an IT block either.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140104 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
resistor committed Sep 19, 2011
1 parent 9ead2c0 commit d9346fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Target/ARM/Disassembler/ARMDisassembler.cpp
Expand Up @@ -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())
Expand Down

0 comments on commit d9346fb

Please sign in to comment.