mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-21 18:24:23 +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:
@ -449,6 +449,7 @@ ThumbDisassembler::AddThumbPredicate(MCInst &MI) const {
|
|||||||
case ARM::t2CPS3p:
|
case ARM::t2CPS3p:
|
||||||
case ARM::t2CPS2p:
|
case ARM::t2CPS2p:
|
||||||
case ARM::t2CPS1p:
|
case ARM::t2CPS1p:
|
||||||
|
case ARM::tMOVSr:
|
||||||
// Some instructions (mostly conditional branches) are not
|
// Some instructions (mostly conditional branches) are not
|
||||||
// allowed in IT blocks.
|
// allowed in IT blocks.
|
||||||
if (!ITBlock.empty())
|
if (!ITBlock.empty())
|
||||||
|
Reference in New Issue
Block a user