From: Johnny Chen Date: Wed, 7 Apr 2010 22:21:03 +0000 (+0000) Subject: Missed this one line for the previous checkin to fix build warnings. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b72e59e3615c4f8a8ac272629511814000cde5e0;p=oota-llvm.git Missed this one line for the previous checkin to fix build warnings. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100697 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp b/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp index fefdcefbf3f..98bb6716c7f 100644 --- a/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp +++ b/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp @@ -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;