From: Owen Anderson Date: Mon, 19 Sep 2011 23:57:20 +0000 (+0000) Subject: tMOVSr is not allowed in an IT block either. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d9346fbb06d64266c2fe46edef7a15cb9af7e7e8;p=oota-llvm.git 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 6e4bb8c64cb..6be49169b4c 100644 --- a/lib/Target/ARM/Disassembler/ARMDisassembler.cpp +++ b/lib/Target/ARM/Disassembler/ARMDisassembler.cpp @@ -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())