commit | d9346fbb06d64266c2fe46edef7a15cb9af7e7e8 | [log] [tgz] |
---|---|---|
author | Owen Anderson <resistor@mac.com> | Mon Sep 19 23:57:20 2011 +0000 |
committer | Owen Anderson <resistor@mac.com> | Mon Sep 19 23:57:20 2011 +0000 |
tree | 911b6b41683d7797ad9a229839c94fb145b6bb97 | |
parent | 9ead2c0609104d6feecdba3b70f0c6bb1ffe3094 [diff] [blame] |
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
diff --git a/lib/Target/ARM/Disassembler/ARMDisassembler.cpp b/lib/Target/ARM/Disassembler/ARMDisassembler.cpp index 6e4bb8c..6be4916 100644 --- a/lib/Target/ARM/Disassembler/ARMDisassembler.cpp +++ b/lib/Target/ARM/Disassembler/ARMDisassembler.cpp
@@ -449,6 +449,7 @@ 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())