Remove an unneeded call to 'UpdateThumbVFPPredicate', spotted by Amaury.
authorJoey Gouly <joey.gouly@arm.com>
Thu, 4 Jul 2013 15:58:38 +0000 (15:58 +0000)
committerJoey Gouly <joey.gouly@arm.com>
Thu, 4 Jul 2013 15:58:38 +0000 (15:58 +0000)
llvm-svn: 185651

llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp

index d5b749d..32ce3be 100644 (file)
@@ -775,7 +775,6 @@ DecodeStatus ThumbDisassembler::getInstruction(MCInst &MI, uint64_t &Size,
   result = decodeInstruction(DecoderTableVFPV832, MI, insn32, Address, this, STI);
   if (result != MCDisassembler::Fail) {
     Size = 4;
-    UpdateThumbVFPPredicate(MI);
     return result;
   }