mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-19 04:31:17 +00:00
SETEND is not allowed in an IT block.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141874 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
753e02ad5d
commit
c18e940c5a
@ -598,6 +598,7 @@ ThumbDisassembler::AddThumbPredicate(MCInst &MI) const {
|
||||
case ARM::t2CPS2p:
|
||||
case ARM::t2CPS1p:
|
||||
case ARM::tMOVSr:
|
||||
case ARM::tSETEND:
|
||||
// Some instructions (mostly conditional branches) are not
|
||||
// allowed in IT blocks.
|
||||
if (!ITBlock.empty())
|
||||
|
Loading…
x
Reference in New Issue
Block a user