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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185651 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/Disassembler/ARMDisassembler.cpp

index d5b749d14aafe050bffa57ed26a47b8445364318..32ce3be9c8452843bdfad71cd4435dd9bada5406 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;
   }