commit | c18e940c5a1c050701594ee2b356cd40249505a3 | [log] [tgz] |
---|---|---|
author | Owen Anderson <resistor@mac.com> | Thu Oct 13 17:58:39 2011 +0000 |
committer | Owen Anderson <resistor@mac.com> | Thu Oct 13 17:58:39 2011 +0000 |
tree | 3e98fb683912f971725f6a84326a261ef2f05805 | |
parent | 753e02ad5d7042bc6bf175c676327ae9486a8341 [diff] [blame] |
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
diff --git a/lib/Target/ARM/Disassembler/ARMDisassembler.cpp b/lib/Target/ARM/Disassembler/ARMDisassembler.cpp index d33cb94..702a794 100644 --- a/lib/Target/ARM/Disassembler/ARMDisassembler.cpp +++ b/lib/Target/ARM/Disassembler/ARMDisassembler.cpp
@@ -598,6 +598,7 @@ 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())