Missed this one line for the previous checkin to fix build warnings.
authorJohnny Chen <johnny.chen@apple.com>
Wed, 7 Apr 2010 22:21:03 +0000 (22:21 +0000)
committerJohnny Chen <johnny.chen@apple.com>
Wed, 7 Apr 2010 22:21:03 +0000 (22:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100697 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp

index fefdcefbf3f3710d629ee0a7382dc0ed99215bd6..98bb6716c7fa25cf68207eee34da6169d951b14a 100644 (file)
@@ -1127,7 +1127,6 @@ static bool DisassembleLdStFrm(MCInst &MI, unsigned Opcode, uint32_t insn,
     unsigned short NumOps, unsigned &NumOpsAdded, bool isStore) {
 
   const TargetInstrDesc &TID = ARMInsts[Opcode];
-  unsigned short NumDefs = TID.getNumDefs();
   bool isPrePost = isPrePostLdSt(TID.TSFlags);
   const TargetOperandInfo *OpInfo = TID.OpInfo;
   if (!OpInfo) return false;